Compare commits

..

2 Commits

Author SHA1 Message Date
ddshi
0953e64d39 chore: 提交项目版本
- 优化 AI 对话框交互体验
- 支持预览卡片编辑
- 清理临时文件

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-13 12:00:08 +08:00
ddshi
a3f9189faa chore: 更新子模块(AI 对话框交互优化)
- 优化 AI 输入框为底部悬浮式
- 支持预览卡片编辑和确认创建
- 优化 AI 解析返回友好消息

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-13 11:56:29 +08:00
4 changed files with 8 additions and 4 deletions

View File

@ -4,7 +4,8 @@
"mcp__playwright__browser_navigate", "mcp__playwright__browser_navigate",
"mcp__playwright__browser_install", "mcp__playwright__browser_install",
"Bash(cmd //c:*)", "Bash(cmd //c:*)",
"Bash(ls:*)" "Bash(ls:*)",
"Bash(pnpm dev)"
] ]
} }
} }

View File

@ -98,7 +98,10 @@
"Bash(git -C \"E:/qia\" status)", "Bash(git -C \"E:/qia\" status)",
"Bash(git -C E:/qia/client diff --stat)", "Bash(git -C E:/qia/client diff --stat)",
"Bash(git -C E:/qia/server diff --stat)", "Bash(git -C E:/qia/server diff --stat)",
"Bash(set PORT=3001)" "Bash(set PORT=3001)",
"Bash(pnpm build)",
"Bash(pnpm run dev)",
"WebFetch(domain:minimax-algeng-chat-tts.oss-cn-wulanchabu.aliyuncs.com)"
] ]
} }
} }

2
client

@ -1 +1 @@
Subproject commit bc627544d891c7a07a9aebbbaceb0dd7fcee8e5e Subproject commit 5f1c6208df1d320287887f46777313fb1a74a161

2
server

@ -1 +1 @@
Subproject commit 875f902ac318961469ea2eb286c2b35afa18932b Subproject commit dd21c03e06a11bc78e9c2d0bc9ef39ced76a8e70