kangfenmao
cc76fe19f9
feat: Synchronize and clean up localization files
...
This commit involves several improvements to localization files across different languages:
- Reordered and cleaned up translation keys
- Removed redundant entries
- Ensured consistent ordering of keys
- Added missing translations for various features
- Normalized whitespace and formatting
2025-02-21 14:15:36 +08:00
落子
cf2d7ba8b4
feat: add "Copy as" options to topics right click menu ( #2095 )
...
* feat: Add copy topic as image and Markdown functionality
* add translation
2025-02-21 13:59:34 +08:00
Avan
1c163c55b8
feat: baidu ai search
2025-02-21 13:58:19 +08:00
kangfenmao
69bb661b5a
feat: Add API host formatting utility function
2025-02-21 13:50:24 +08:00
lizhixuan
f062c56de4
refactor: Move abort controller to utils and update imports
2025-02-21 12:50:18 +08:00
lizhixuan
4c9bd02f8e
feat: Add message completion abort functionality
2025-02-21 12:50:18 +08:00
kangfenmao
241cb0c0d8
refactor: Simplify translation history clear button configuration
2025-02-21 11:17:41 +08:00
ousugo
6a57973864
feat: Add newline tooltip for translation input
2025-02-21 11:16:02 +08:00
kangfenmao
369f629206
refactor: Simplify embedding model regex pattern
2025-02-21 09:46:26 +08:00
kangfenmao
09a8f83650
refactor: Clean up MinAppsPopover component formatting
2025-02-20 15:35:51 +08:00
kangfenmao
40912eaaf4
refactor: Simplify topic deletion interaction
2025-02-20 15:33:24 +08:00
ousugo
0d236a94ab
feat: Add direct topic deletion shortcut
2025-02-20 15:19:32 +08:00
ousugo
3a936e0f26
feat: Add confirmation dialog for topic deletion
2025-02-20 15:19:32 +08:00
Yrom
81a35d129d
feat: add developer tools button in MinApp for development mode
2025-02-20 15:19:10 +08:00
ousugo
e2d0c3bbce
feat: Add emoji selection for assistant name
2025-02-20 15:17:04 +08:00
kangfenmao
12c9d810a2
feat: Add C and C++ file extensions to supported text files
...
close #2066
2025-02-20 14:45:11 +08:00
kangfenmao
b18b161094
fix: Update migration config to set default thought auto-collapse
2025-02-20 12:24:24 +08:00
ousugo
32da853f27
feat: Add thought content auto-collapse setting
2025-02-20 12:22:45 +08:00
ousugo
bf51a0b5c6
feat: Add copy functionality to message reasoning content
2025-02-20 12:22:45 +08:00
kangfenmao
ae71a7be9e
refactor: Simplify translation page layout and styling
2025-02-20 12:16:38 +08:00
Chen Tao
0fb6795833
feat: add shortcuts to open settings page ( #1964 )
...
* feat: add shortcuts to open settings page
* refactor: simplify code
* fix: change to useHotKeys
2025-02-20 12:10:16 +08:00
jtsang4
dd6d228760
feat: Add backspace handling to remove last mentioned model
2025-02-20 12:08:25 +08:00
eeee0717
8c5999dc82
fix: knowledge base status problem
2025-02-20 12:07:05 +08:00
kangfenmao
31b0fbf775
fix: Improve null handling in code block and syntax highlighting
2025-02-20 12:04:29 +08:00
kangfenmao
39fe583030
refactor: Remove default grid settings from migration config
2025-02-20 11:54:21 +08:00
littel_penguin66
5c19695e21
feat: add dify miniapp ( #1999 )
...
* add Dify miniapp
* add wpslingxi,lechat,abacus miniapps
* resize pic
* change png to webp
* update 71
2025-02-20 11:52:36 +08:00
FischLu
6e4610e337
fix: fix translation
2025-02-20 11:50:49 +08:00
onlyfeng
eb2439b90c
fix(KnowledgeBase): handle JSON parse failure by falling back to text file processing to avoid error display affecting normal progress indication
2025-02-20 11:44:36 +08:00
kangfenmao
a4a0980cd3
fix: Ignore hidden files when traversing directories
2025-02-20 11:43:01 +08:00
FischLu
7d99765589
fix: fix the issue where the menu scrolls back to the top after clicking an option
2025-02-19 21:40:32 +08:00
kangfenmao
5f6cf1bd66
docs: Update README files with comprehensive TODO list and minor formatting improvements
2025-02-19 20:07:10 +08:00
Teo
02930a2793
feat: 添加翻译历史功能
2025-02-19 19:38:59 +08:00
Yrom
b31b1c7908
feat: Support dark theme for PlantUML
2025-02-19 18:37:05 +08:00
Yrom
d0ee764732
feat: Add PlantUML diagram support (via PlantUML official online server)
2025-02-19 18:37:05 +08:00
ousugo
01cd10b364
refactor: Simplify model type detection with utility functions
2025-02-19 18:33:51 +08:00
ousugo
29ba156b9a
feat: Add Doubao provider support for model type detection
...
(cherry picked from commit 008b84e128484c98eb59c75d8f44cbc320509049)
2025-02-19 18:33:51 +08:00
ousugo
e541c7b429
feat: Add model generation check before narrow mode toggle
2025-02-19 18:33:16 +08:00
ousugo
5f4142f0c4
chore: Enhance issue templates with improved guidance and visual context
2025-02-19 17:19:15 +08:00
jiangjiwei
95bbc70c93
feat: 为 Notion 导出添加可配置的页面名称 key
2025-02-19 17:18:45 +08:00
ousugo
4add56ae6a
fix: Ensure model is updated when setting default model
2025-02-19 17:13:52 +08:00
Teo
16f87537a2
refactor: 翻译页UI重构
2025-02-19 15:53:52 +08:00
kangfenmao
7f05626a8f
chore(version): 0.9.27
2025-02-19 10:21:12 +08:00
kangfenmao
2094e2201a
feat: Add web search support for OpenRouter provider
2025-02-19 10:11:49 +08:00
icinggslits
e0fcdf43c5
feature: Adaptive height of textarea on translation page
2025-02-19 09:57:26 +08:00
kangfenmao
affc866c17
feat: Add default API host for DMX provider in migration
2025-02-19 09:45:41 +08:00
kangfenmao
799267049f
fix: Safely update topic with existing topic data
2025-02-19 09:35:10 +08:00
kangfenmao
cb8d47a17b
fix: Improve knowledge base processing and deletion handling
2025-02-19 09:28:36 +08:00
kangfenmao
c494288f7b
refactor: Simplify DragableList styling and remove unnecessary margins
2025-02-19 09:21:10 +08:00
suyao
2c3f89dbde
fix: update model identification with provider-specific uniqueness
2025-02-19 09:14:45 +08:00
ousugo
4721a660fa
feat: Add German language support to translation options
2025-02-19 08:21:00 +08:00