收口 Rust Web 入口与 AI 写入链

- 将 3000 主入口继续收口到 mnote-web,补齐 /favicon.ico、/api/auth、session alias、AI run 等 Rust Web 路由边界。

- 更新登录页与 Convex Auth 代理,支持测试账号快速登录写入真实 Convex Auth cookie。

- 推进页面设置、Wolai 对齐、Phase 7 AI kernel/CLI-first 设计文档与相关 smoke 脚本。

- 更新 leptos-tiptap 生成资产、mnote-cli/bridge-runtime、前端依赖和 dev/prod 启动脚本。
This commit is contained in:
lix-2026
2026-05-06 21:44:20 +08:00
parent 98b6360595
commit e8ba12e461
86 changed files with 8872 additions and 1716 deletions
+2 -2
View File
@@ -46,7 +46,7 @@
"convex": "^1.35.1",
"jszip": "3.10.1",
"lucide-react": "^0.554.0",
"next": "16.0.3",
"next": "16.2.4",
"pdfjs-dist": "^4.10.38",
"react": "19.2.0",
"react-dom": "19.2.0",
@@ -69,7 +69,7 @@
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.0.3",
"eslint-config-next": "16.2.4",
"jose": "^6.1.3",
"jsdom": "^27.2.0",
"tailwindcss": "^4",