feat:参照研听的基础工程

This commit is contained in:
jingyun
2026-06-18 15:02:28 +08:00
commit 364fc837b3
367 changed files with 16495 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# dart run icons_launcher:create
# 第一阶段沿用模板图标资源占位,后续替换为金值正式图标。
icons_launcher:
platforms:
android:
enable: true
image_path: "assets/icons_launcher/ic_logo_radius.png"
notification_image: "assets/icons_launcher/ic_foreground.png"
adaptive_background_image: "assets/icons_launcher/ic_background.png"
adaptive_foreground_image: "assets/icons_launcher/ic_foreground.png"
adaptive_round_image: "assets/icons_launcher/ic_logo_round.png"
adaptive_monochrome_image: "assets/icons_launcher/ic_black_white.png"
ios:
enable: true
image_path: "assets/icons_launcher/ic_logo_rectangle_light.png"
dark_path: "assets/icons_launcher/ic_logo_rectangle_dark.png"
tinted_path: "assets/icons_launcher/ic_logo_rectangle_tinted.png"