第一次提交

This commit is contained in:
2026-06-03 14:18:28 +08:00
parent 6c304749b0
commit 1f1581321c
51 changed files with 4385 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
/**
* @description Loading Svg
*/
export const loadingSvg = `
<path class="path" d="
M 30 15
L 28 17
M 25.61 25.61
A 15 15, 0, 0, 1, 15 30
A 15 15, 0, 1, 1, 27.99 7.5
L 15 15
" style="stroke-width: 4px; fill: rgba(0, 0, 0, 0)"/>
`;