fix(web): 四个页面共用一份会话列表,空会话不入列
对话、星盘、星历、报告进同一 (app) 外壳,列表只拉一次。服务端不再列出空咨询;新建复用已有空会话。新标题改成「生时校正 · M月D日」,侧栏副标题用创建时间。
This commit is contained in:
@@ -39,7 +39,7 @@ test("nothing inside the chat panel focuses without preventScroll", () => {
|
||||
// panel through the default scroll-into-view; the transcript has its own
|
||||
// anchor and does not want the browser's.
|
||||
const insidePanel = [
|
||||
"src/app/page.tsx",
|
||||
"src/app/(app)/page.tsx",
|
||||
"src/hooks/use-consultation-run.ts",
|
||||
"src/components/birth-time-choice-question.tsx",
|
||||
"src/components/birth-time-rectification.tsx",
|
||||
|
||||
Reference in New Issue
Block a user