add first version

This commit is contained in:
2026-03-02 22:57:35 +08:00
parent d517195df7
commit d9631fbb80
17 changed files with 1631 additions and 93 deletions

13
aisee_flutter/install.bat Normal file
View File

@@ -0,0 +1,13 @@
@echo off
set PATH=C:\Users\xdedmi\flutter\bin;%PATH%
echo 正在安装依赖...
cd /d %~dp0
flutter pub get
echo.
echo 依赖安装完成!
echo.
echo 下一步:
echo 1. 连接 Android 设备或启动模拟器
echo 2. 双击 run.bat 运行项目
echo.
pause