This commit is contained in:
sion
2026-04-18 10:02:47 +08:00
parent a487302946
commit 0066615054
5256 changed files with 262726 additions and 224532 deletions

View File

@@ -0,0 +1 @@
[{"family":"MaterialIcons","fonts":[{"asset":"fonts/MaterialIcons-Regular.otf"}]},{"family":"packages/lucide_icons_flutter/Lucide","fonts":[{"asset":"packages/lucide_icons_flutter/assets/lucide.ttf"}]},{"family":"packages/lucide_icons_flutter/Lucide100","fonts":[{"weight":100,"asset":"packages/lucide_icons_flutter/assets/build_font/LucideVariable-w100.ttf"}]},{"family":"packages/lucide_icons_flutter/Lucide200","fonts":[{"weight":200,"asset":"packages/lucide_icons_flutter/assets/build_font/LucideVariable-w200.ttf"}]},{"family":"packages/lucide_icons_flutter/Lucide300","fonts":[{"weight":300,"asset":"packages/lucide_icons_flutter/assets/build_font/LucideVariable-w300.ttf"}]},{"family":"packages/lucide_icons_flutter/Lucide400","fonts":[{"weight":400,"asset":"packages/lucide_icons_flutter/assets/build_font/LucideVariable-w400.ttf"}]},{"family":"packages/lucide_icons_flutter/Lucide500","fonts":[{"weight":500,"asset":"packages/lucide_icons_flutter/assets/build_font/LucideVariable-w500.ttf"}]},{"family":"packages/lucide_icons_flutter/Lucide600","fonts":[{"weight":600,"asset":"packages/lucide_icons_flutter/assets/build_font/LucideVariable-w600.ttf"}]}]

View File

@@ -0,0 +1 @@
{"format-version":[1,0,0],"native-assets":{}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@@ -0,0 +1,28 @@
#!/bin/bash
# 下载主流币种图标
declare -A coins=(
["btc"]="https://raw.githubusercontent.com/spothq/cryptocurrency-icons/master/128/color/btc.png"
["eth"]="https://raw.githubusercontent.com/spothq/cryptocurrency-icons/master/128/color/eth.png"
["usdt"]="https://raw.githubusercontent.com/spothq/cryptocurrency-icons/master/128/color/usdt.png"
["bnb"]="https://raw.githubusercontent.com/spothq/cryptocurrency-icons/master/128/color/bnb.png"
["sol"]="https://raw.githubusercontent.com/spothq/cryptocurrency-icons/master/128/color/sol.png"
["xrp"]="https://raw.githubusercontent.com/spothq/cryptocurrency-icons/master/128/color/xrp.png"
["ada"]="https://raw.githubusercontent.com/spothq/cryptocurrency-icons/master/128/color/ada.png"
["doge"]="https://raw.githubusercontent.com/spothq/cryptocurrency-icons/master/128/color/doge.png"
["dot"]="https://raw.githubusercontent.com/spothq/cryptocurrency-icons/master/128/color/dot.png"
["matic"]="https://raw.githubusercontent.com/spothq/cryptocurrency-icons/master/128/color/matic.png"
["shib"]="https://raw.githubusercontent.com/spothq/cryptocurrency-icons/master/128/color/shib.png"
["ltc"]="https://raw.githubusercontent.com/spothq/cryptocurrency-icons/master/128/color/ltc.png"
["avax"]="https://raw.githubusercontent.com/spothq/cryptocurrency-icons/master/128/color/avax.png"
["link"]="https://raw.githubusercontent.com/spothq/cryptocurrency-icons/master/128/color/link.png"
["uni"]="https://raw.githubusercontent.com/spothq/cryptocurrency-icons/master/128/color/uni.png"
["atom"]="https://raw.githubusercontent.com/spothq/cryptocurrency-icons/master/128/color/atom.png"
)
for coin in "${!coins[@]}"; do
echo "Downloading $coin..."
curl -sL "${coins[$coin]}" -o "${coin}.png"
done
echo "Download complete!"

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB