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

21
aisee_flutter/run.bat Normal file
View File

@@ -0,0 +1,21 @@
@echo off
set PATH=C:\Users\xdedmi\flutter\bin;%PATH%
echo ========================================
echo AISee Flutter 启动脚本
echo ========================================
echo.
cd /d %~dp0
echo 正在检查设备...
flutter devices
echo.
echo 如果看到 Android 设备,按任意键继续运行...
echo 如果没有设备,请先启动模拟器或连接真机
pause
echo.
echo 正在启动应用...
flutter run
pause