5 Commits

Author SHA1 Message Date
root
0d03df2f17 fix: Corpus Agent token not persisted to localStorage, refresh loses memory 2026-05-22 16:50:42 +08:00
root
d7753f034f fix: Corpus Agent page blank because IIFE never shows .app div
Root cause: auto-login IIFE checks localStorage for current_user, calls
/api/auth/quick-login async, sets token in .then() callback - but never sets
document.getElementById("app").style.display = "flex".
The old if(token) block that shows .app runs synchronously before the fetch
completes, so .app stays display:none.

Fix: add display:flex inside the IIFE's .then callback after successful
quick-login.
2026-05-22 16:42:16 +08:00
铸渊
ff38c723ca D109续③ · 登录改为代码仓库账号密码(告别长Token) 2026-05-21 14:26:40 +00:00
铸渊
7abc7e6414 D109续② · 语料Agent添加对话API(30轮记忆+商业模型引擎) + Web聊天界面 2026-05-21 14:14:20 +00:00
铸渊
e10b8f09a9 D109续 · 小红书运营启动 + 语料采集系统开发 2026-05-21 14:02:06 +00:00