把前端从CircuitVerse中拆了出来

This commit is contained in:
zhbaor 2022-01-23 17:33:42 +08:00
commit 5bf1284599
2182 changed files with 189323 additions and 0 deletions

1
public/img/Counter.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50"><path fill="#fff" stroke="#000" stroke-width="3" d="M5 5h40v40H5z"/><text x="25" y="30" fill="green" font-family="Georgia" font-size="20" text-anchor="middle">0</text><path stroke="#000" stroke-width="3" d="M5 30l5 5-5 5"/><g fill="green"><circle cx="5" cy="15" r="3"/><circle cx="5" cy="35" r="3"/><circle cx="25" cy="45" r="3"/><circle cx="45" cy="15" r="3"/><circle cx="45" cy="35" r="3"/></g></svg>

After

Width:  |  Height:  |  Size: 465 B