chore: 提交项目版本

- 优化 AI 对话框交互体验
- 支持预览卡片编辑
- 清理临时文件

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
ddshi 2026-02-13 12:00:08 +08:00
parent a3f9189faa
commit 0953e64d39
2 changed files with 6 additions and 2 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)"
] ]
} }
} }