Pine
|
4e8ae4024a
|
chore(dev): 清理 vite.config 无效代理配置
- 移除 /api /file /media /upload → :10801 代理(前端已走 API_BASE 直连 Python 后端 :10085)
- defineConfig 由 async 简化为同步
|
2026-08-18 01:41:40 +08:00 |
|
Pine
|
b9eaef30f2
|
chore(dev): vite 监视优化与依赖清理
- vite.config:server.watch.ignored 忽略 src-tauri/backend venv/vendor(避免 ultralytics/matplotlib html 误触发整页 reload)
- 移除已弃用的 @mediapipe/tasks-vision(由后端 YOLO 替代)
|
2026-08-18 01:38:05 +08:00 |
|
Pine
|
0d20e1413f
|
build: 集成 Appica UI 与 Tailwind v4
- 安装 @appica/ui-react、@appica/icons-react、tailwindcss、@tailwindcss/vite
- vite.config 添加 tailwindcss 插件
- 新增 src/styles/global.css 引入 Tailwind 与 Appica 设计令牌
- main.jsx 包裹 ThemeProvider(主题防闪烁)
|
2026-08-17 18:37:16 +08:00 |
|
Pine
|
af326571da
|
- 更新前端支持触控操作
|
2026-05-14 15:07:41 +08:00 |
|
Pine
|
2bd68815fd
|
- 端口修复
|
2026-05-13 00:18:13 +08:00 |
|
Pine
|
4ad266f6c4
|
- tauri 设计完成
|
2026-05-12 23:19:37 +08:00 |
|
Pine
|
c8e8dd12d2
|
- 初始化
|
2026-05-12 22:38:52 +08:00 |
|