111
@@ -0,0 +1 @@
|
||||
|
||||
@@ -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"}]}]
|
||||
@@ -0,0 +1 @@
|
||||
{"format-version":[1,0,0],"native-assets":{}}
|
||||
|
After Width: | Height: | Size: 5.5 KiB |
|
After Width: | Height: | Size: 5.1 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 5.5 KiB |
@@ -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!"
|
||||
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 5.0 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 6.0 KiB |
@@ -0,0 +1 @@
|
||||
404: Not Found
|
||||
|
After Width: | Height: | Size: 4.1 KiB |
|
After Width: | Height: | Size: 8.1 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 2.3 KiB |