feat: 充值重构+AI图表修复+安全加固+路由清理

This commit is contained in:
testadmin
2026-04-29 02:10:00 +08:00
parent 1af9642513
commit 04eb812079
978 changed files with 184611 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="1" y="4" width="18" height="12" rx="3" fill="#00f0ff" opacity="0.2" stroke="#00f0ff" stroke-width="1"/>
<text x="10" y="13" text-anchor="middle" fill="#00f0ff" font-size="7" font-weight="bold" font-family="Arial">VIP</text>
</svg>

After

Width:  |  Height:  |  Size: 340 B

+4
View File
@@ -0,0 +1,4 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="8" cy="8" r="7" fill="#FFD700" opacity="0.8"/>
<text x="8" y="11.5" text-anchor="middle" fill="#333" font-size="9" font-weight="bold" font-family="Arial">$</text>
</svg>

After

Width:  |  Height:  |  Size: 282 B

+4
View File
@@ -0,0 +1,4 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="8" cy="8" r="7" fill="#FFD700" opacity="0.6"/>
<text x="8" y="11.5" text-anchor="middle" fill="#333" font-size="9" font-weight="bold" font-family="Arial">$</text>
</svg>

After

Width:  |  Height:  |  Size: 282 B

@@ -0,0 +1,4 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="10" cy="10" r="9" fill="#2775CA" stroke="#2775CA" stroke-width="1"/>
<text x="10" y="14" text-anchor="middle" fill="white" font-size="9" font-weight="bold" font-family="Arial">$</text>
</svg>

After

Width:  |  Height:  |  Size: 304 B

@@ -0,0 +1,4 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="8" cy="5" r="3" fill="#00f0ff"/>
<path d="M2 14c0-3.3 2.7-6 6-6s6 2.7 6 6" fill="#00f0ff" opacity="0.6"/>
</svg>

After

Width:  |  Height:  |  Size: 225 B

@@ -0,0 +1,4 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="8" cy="5" r="3" fill="#7a7a97"/>
<path d="M2 14c0-3.3 2.7-6 6-6s6 2.7 6 6" fill="#7a7a97" opacity="0.6"/>
</svg>

After

Width:  |  Height:  |  Size: 225 B