更新 Slinky 并调整文件结构

更新 Slinky 至 4.2.1
This commit is contained in:
2020-09-09 22:46:08 +08:00
parent 2dc03fbe55
commit 86b257294f
24 changed files with 341 additions and 314 deletions

3
assets/files/heart.svg Normal file
View File

@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#ff2d55">
<path d="M16.398 4C14.602 4 13 4.898 12 6.3 11 4.899 9.398 4 7.602 4A5.591 5.591 0 0 0 2 9.602C2 14 12 22 12 22s10-8 10-12.398C22 6.5 19.5 4 16.398 4z"/>
</svg>

After

Width:  |  Height:  |  Size: 241 B

8
assets/files/slinky.svg Normal file
View File

@@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100">
<rect fill="#6BA73C" width="100" height="10"/>
<rect fill="#ECAE3C" y="18" width="100" height="10"/>
<rect fill="#DB752D" y="36" width="100" height="10"/>
<rect fill="#C43935" y="54" width="100" height="10"/>
<rect fill="#742F81" y="72" width="100" height="10"/>
<rect fill="#3E82CC" y="90" width="100" height="10"/>
</svg>

After

Width:  |  Height:  |  Size: 418 B