This commit is contained in:
sion
2026-04-21 08:09:45 +08:00
parent 0066615054
commit 5264043c21
1831 changed files with 15376 additions and 39973 deletions

View File

@@ -40,9 +40,6 @@ dependencies:
# K 线图
flutter_chen_kchart: ^1.0.0
# 字体
google_fonts: ^6.2.1
dev_dependencies:
flutter_test:
sdk: flutter
@@ -55,3 +52,15 @@ flutter:
- assets/images/
- assets/icons/tabbar/
- assets/icons/crypto/
fonts:
- family: Inter
fonts:
- asset: assets/fonts/Inter-Regular.ttf
weight: 400
- asset: assets/fonts/Inter-Medium.ttf
weight: 500
- asset: assets/fonts/Inter-SemiBold.ttf
weight: 600
- asset: assets/fonts/Inter-Bold.ttf
weight: 700