feat:补充注释

This commit is contained in:
zengyi 2025-10-10 14:00:22 +08:00
parent d16cbb3127
commit c9e777b6c7
2 changed files with 4 additions and 1 deletions

View File

@ -82,3 +82,4 @@ flutter_kinetra
-kt_utils:工具类 -kt_utils:工具类
-kt_widget:组件 -kt_widget:组件
main.dart:项目启动入口函数 main.dart:项目启动入口函数
pubspec.yaml:配置项目版本号、引入插件、字体和图片等静态资源

View File

@ -123,6 +123,7 @@ flutter:
# For details regarding fonts from package dependencies, # For details regarding fonts from package dependencies,
# see https://flutter.dev/to/font-from-package # see https://flutter.dev/to/font-from-package
# app图标配置
flutter_launcher_icons: flutter_launcher_icons:
image_path: "assets/ic_logo.png" image_path: "assets/ic_logo.png"
android: "launcher_icon" android: "launcher_icon"
@ -130,6 +131,7 @@ flutter_launcher_icons:
ios: true ios: true
remove_alpha_ios: true remove_alpha_ios: true
# app启动图配置
flutter_native_splash: flutter_native_splash:
color: "#01060B" color: "#01060B"
image: assets/splash.png image: assets/splash.png