feat: AI沙箱流式对话+引导学习+静态服务优化

- 后端: AI沙箱流式对话(SSE), reasoning_content 回退支持
- 前端: 沙箱页流式渲染, 引导学习面板, 默认场景/Starter兜底
- 优化: 前端改用静态文件服务器(node server.js)替代next dev, CSS永不丢失
- 修复: 通用模型默认改为可用模型, predev不再删.next缓存
This commit is contained in:
yuzhiran-dev
2026-05-27 18:26:30 +08:00
parent 0b66d752ce
commit 417fb266d4
14 changed files with 947 additions and 203 deletions
+2 -1
View File
@@ -4,9 +4,10 @@
"description": "宇之然 AI - 官网前端",
"private": true,
"scripts": {
"predev": "rm -rf .next",
"predev": "rm -rf out",
"dev": "next dev",
"build": "next build",
"typecheck": "tsc --noEmit",
"start": "next start",
"lint": "next lint",
"test": "vitest run",