56401ec7ee
- 将 .env 和 .env.local 纳入版本管理 - 更新 .gitignore,移除对环境文件的忽略 - 在 README.md 中添加详细的数据库配置和启动说明 - 同步 server/.env 与项目根目录配置 - 修复后端数据库连接问题
91 lines
2.8 KiB
XML
91 lines
2.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg width="400" height="400" viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="blueGradient" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#1E3A8A;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#3B82F6;stop-opacity:1" />
|
|
</linearGradient>
|
|
|
|
<linearGradient id="goldGradient" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#FBBF24;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#F59E0B;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Main Box -->
|
|
<g id="mainBox">
|
|
<rect x="100" y="80" width="200" height="240"
|
|
rx="8" ry="8"
|
|
fill="none"
|
|
stroke="url(#blueGradient)"
|
|
stroke-width="6"/>
|
|
|
|
<line x1="110" y1="140" x2="290" y2="140"
|
|
stroke="#3B82F6" stroke-width="2" opacity="0.3"/>
|
|
<line x1="110" y1="260" x2="290" y2="260"
|
|
stroke="#3B82F6" stroke-width="2" opacity="0.3"/>
|
|
</g>
|
|
|
|
<!-- Character: Fa -->
|
|
<g id="textFa">
|
|
<text x="200" y="175"
|
|
font-family="SimHei, Microsoft YaHei, sans-serif"
|
|
font-size="64"
|
|
font-weight="bold"
|
|
fill="url(#blueGradient)"
|
|
text-anchor="middle"
|
|
dominant-baseline="middle">法</text>
|
|
</g>
|
|
|
|
<!-- Lightning Symbol -->
|
|
<g id="lightning">
|
|
<path d="M 210 195 L 195 220 L 205 220 L 190 245 L 210 215 L 200 215 Z"
|
|
fill="url(#goldGradient)"
|
|
stroke="#F59E0B"
|
|
stroke-width="1"/>
|
|
</g>
|
|
|
|
<!-- Character: Zhi -->
|
|
<g id="textZhi">
|
|
<text x="200" y="265"
|
|
font-family="SimHei, Microsoft YaHei, sans-serif"
|
|
font-size="64"
|
|
font-weight="bold"
|
|
fill="url(#blueGradient)"
|
|
text-anchor="middle"
|
|
dominant-baseline="middle">智</text>
|
|
</g>
|
|
|
|
<!-- Character: Tong -->
|
|
<g id="textTong">
|
|
<text x="310" y="220"
|
|
font-family="SimHei, Microsoft YaHei, sans-serif"
|
|
font-size="56"
|
|
font-weight="bold"
|
|
fill="#1E3A8A"
|
|
text-anchor="start"
|
|
dominant-baseline="middle">通</text>
|
|
</g>
|
|
|
|
<!-- AI Label -->
|
|
<g id="aiLabel">
|
|
<text x="200" y="335"
|
|
font-family="DIN Pro, Arial, sans-serif"
|
|
font-size="20"
|
|
font-weight="bold"
|
|
fill="#6B7280"
|
|
text-anchor="middle"
|
|
letter-spacing="2">AI</text>
|
|
</g>
|
|
|
|
<!-- Subtitle -->
|
|
<g id="subtitle">
|
|
<text x="200" y="360"
|
|
font-family="DIN Pro, Roboto, Arial, sans-serif"
|
|
font-size="14"
|
|
font-weight="normal"
|
|
fill="#9CA3AF"
|
|
text-anchor="middle"
|
|
letter-spacing="1">Legal Intelligence Platform</text>
|
|
</g>
|
|
</svg> |