更新了IFLOW上下文

This commit is contained in:
User
2025-10-10 18:35:03 +08:00
parent 0f9da79095
commit 40731d3bfa

View File

@@ -48,11 +48,8 @@
* 基于 Vite支持热更新。 * 基于 Vite支持热更新。
* **构建生产版本**: `npm run build` * **构建生产版本**: `npm run build`
* 使用 Vite 构建,并同步到 Capacitor 项目 (`npx cap sync`)。 * 使用 Vite 构建,并同步到 Capacitor 项目 (`npx cap sync`)。
* **预览构建结果**: `npm run preview`
* **在 Android 设备上运行**: `npm run android` * **在 Android 设备上运行**: `npm run android`
* 需要预先配置好 Android 开发环境。 * 需要预先配置好 Android 开发环境。
* **测试**: `npm run test`
* 当前脚本未定义具体测试命令。
## 核心功能 ## 核心功能