Commit ae1751c
committed
feat: 双语提示词支持 & 视图切换动画优化
新功能:
- 支持为 Prompt 添加英文版 System Prompt 和 User Prompt
- 详情页支持中英文切换显示(ZH/EN 按钮)
- 复制和 AI 测试操作根据当前语言模式使用对应版本
优化:
- 视图切换动画改为平滑淡入淡出效果
- 视图切换按钮添加滑动指示器动画
- 列表视图行高统一为单行文本高度
- 清理未使用的代码和依赖
- 补全中英文翻译文件缺失的 key
Closes #10, Closes #131 parent 68f7ef2 commit ae1751c
16 files changed
Lines changed: 744 additions & 2673 deletions
File tree
- .cursor/rules
- dist-electron
- docs
- src
- renderer
- components
- layout
- prompt
- i18n/locales
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
250 | 259 | | |
251 | 260 | | |
252 | 261 | | |
| |||
0 commit comments