修复代码格式问题
This commit is contained in:
@@ -23,7 +23,15 @@ export function AppIcon({ className }: { className?: string }) {
|
|||||||
<stop offset="100%" stopColor="#03a9f4" />
|
<stop offset="100%" stopColor="#03a9f4" />
|
||||||
</linearGradient>
|
</linearGradient>
|
||||||
</defs>
|
</defs>
|
||||||
<rect x="0" y="0" width="512" height="512" rx="90" ry="90" fill="#1a1a2e" />
|
<rect
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
width="512"
|
||||||
|
height="512"
|
||||||
|
rx="90"
|
||||||
|
ry="90"
|
||||||
|
fill="#1a1a2e"
|
||||||
|
/>
|
||||||
<polyline
|
<polyline
|
||||||
points="180,186 100,256 180,326"
|
points="180,186 100,256 180,326"
|
||||||
fill="none"
|
fill="none"
|
||||||
|
|||||||
Reference in New Issue
Block a user