suyao
0e7a7ceec9
fix: The proxy configuration is not correctly passed.
2025-03-01 00:42:56 +08:00
kangfenmao
6c0ee68400
feat: Extract ModelEditContent into separate component and refine UI styling
...
- Create new ModelEditContent component in ProviderSettings
- Separate model editing logic from ProviderSetting
- Adjust styling for AssistantItem and TopicsTab list items
- Refine Segmented component styling with transparent background
- Improve modal layout and interaction for model type configuration
2025-03-01 00:40:55 +08:00
kangfenmao
fc7b4b5b30
feat: Add assistant icon display toggle in settings
...
- Implement new setting to show/hide model icons in assistant list
- Add localization support for new assistant settings
- Update UI to conditionally render model avatar in AssistantItem
- Modify settings store to include showAssistantIcon state
- Enhance display settings with new toggle switch for assistant icon
2025-03-01 00:18:47 +08:00
kangfenmao
544528a320
refactor: Simplify Segmented component styling
...
- Remove custom Segmented styling from AntdProvider
- Update HomeTabs Segmented component with refined styles
- Consolidate Segmented styling in a single location
- Improve visual consistency with rounded corners and transparent background
2025-02-28 23:25:36 +08:00
kangfenmao
5534510670
feat: Enhance UI styling and interaction details
...
- Update window vibrancy to 'sidebar' for better visual effect
- Refine input bar styling with softer background and rounded corners
- Adjust toolbar button sizes and styling
- Modify topic position selection to use Segmented component
- Tweak light theme background opacity
2025-02-28 23:25:36 +08:00
ousugo
60c2f6cffa
fix: Normal content is misidentified as chain of thought content
2025-02-28 22:06:08 +08:00
Asurada
3f21ba0436
feat: Added More Settings section with risk warnings in model type configuration ( #2560 )
...
* feat: add "More Settings" option in multiple languages and enhance model type selection UI
* feat: add "More Settings" option with warnings and confirmation prompts in multiple languages
* fix: improve modal close handling and reset model type visibility
2025-02-28 22:04:44 +08:00
kangfenmao
0976bdd2d9
chore: Update Xirang provider configuration and localization
2025-02-28 18:20:23 +08:00
lbc123456
9d6147da08
feat: 模型服务添加天翼云模型 ( #2238 )
...
* feat: 模型服务添加天翼云模型
* feat:add website
* fix: id is duplicate
---------
Co-authored-by: 李保成 <libaocheng@cndatacom.com>
2025-02-28 17:40:57 +08:00
kangfenmao
01fb9633ea
Revert "feat: allow o1 streaming"
...
This reverts commit c2bf0308ee .
2025-02-28 14:20:37 +08:00
ZhuangYumin
3c12b0d1a3
feat: let quick assistant follow theme setting
2025-02-28 13:14:45 +08:00
Pres
2df04746cc
feat: add support for GPT 4.5
2025-02-28 13:14:05 +08:00
Pres
6d525c4972
fix:Claude model name typo
2025-02-28 11:53:30 +08:00
xiaotianxt
593276e77a
fix: remove restrictions on mac alt+x shortcuts
...
Restrictions are introduced in earlier beta versions of MacOS Sequoia.
However, in the public release, Apple revoke this restrictions.
Alt+[Char] shortcut has no restrictions now.
2025-02-28 10:30:47 +08:00
onevcat
f21007c619
Remove unused protocol register and open url code
2025-02-28 08:19:04 +08:00
eeee0717
40e29f1840
fix bug: #2474
2025-02-28 08:18:14 +08:00
TW
ae7a48552b
feat: Enhance Assistant and Topic components with title attributes for better accessibility
2025-02-28 08:17:01 +08:00
onevcat
2ebbeaf75d
Switch to @use and module system for scss
2025-02-28 08:16:03 +08:00
onevcat
a5ac0326ca
Use the Russian language label
...
This ensures the language label aligns with others (using its own language name instead of English).
2025-02-27 20:40:52 +08:00
Asurada
3759d90786
feat: Add model editing functionality to provider settings ( #2243 )
2025-02-27 17:00:01 +08:00
CherryLover
6f8a1ea80c
feat: 为模型选择弹窗添加键盘导航功能 ( #2057 )
...
* feat: 为模型选择弹窗添加键盘导航功能
* fix(SelectModelPopup): 改进键盘导航和项目筛选
2025-02-27 16:58:11 +08:00
SuYao
9d3ca4f1f0
fix: some proxy errors in main process ( #2294 )
...
* formatter proxy config type
* fix: some proxy errors in main process
* chore: Remove debug logging in ProxyManager
2025-02-27 16:46:05 +08:00
ZhuangYumin
c2bf0308ee
feat: allow o1 streaming
2025-02-27 16:42:11 +08:00
NJczh
2355f80d31
fix:修复备份恢复完成后可能无权限清理临时目录 ( #2247 )
2025-02-27 16:40:47 +08:00
xiaotianxt
f260b5fa37
feat: Improve settings navigation hotkey behavior
...
- Add location check to prevent navigating to settings when already on settings page
- Enable hotkey on content editable and form elements
- Use useLocation to track current route
2025-02-27 16:39:52 +08:00
SuYao
f5ab901187
fix: favicon can't load error ( #2426 )
...
* feat: Implement robust favicon loading with fallback mechanisms
* refactor: Improve favicon loading state and use Promise Method
* refactor: Extract FallbackFavicon into a separate component
* feat: Add Splitbee favicon service to fallback favicon URLs
2025-02-27 16:38:14 +08:00
yeongpin
8e3c4b86cc
feat: Add GIF support for avatar uploads without compression
2025-02-27 15:02:02 +08:00
kangfenmao
e4a5ccbf0c
fix: Adjust file upload and navbar styling for cross-platform compatibility
...
- Update Dragger component to use customRequest for file uploads
- Add Windows-specific padding adjustment for navbar right section
2025-02-26 13:33:21 +08:00
kangfenmao
fbf8aa6c55
feat: Add O3 provider and refactor migration logic
2025-02-26 13:33:11 +08:00
icinggslits
7a34a9a7ce
feat: Add search button to the knowledge base, and adjusted the display for drag-and-drop uploads ( #2365 )
...
* feat: Add search button to the knowledge base, and adjusted the display for drag-and-drop uploads
* feat: Add search button to the knowledge base, and adjusted the display for drag-and-drop uploads
2025-02-26 12:06:34 +08:00
ZhuangYumin
5400e9a73c
feat: add better support for openrouter thinking format
2025-02-26 12:04:47 +08:00
首都爱护动物协会
35279982b9
add o3
2025-02-26 12:03:08 +08:00
kangfenmao
c7804b3e18
chore: Improve localization formatting for Notion and Yuque error messages
...
- Standardize spacing and capitalization in Chinese (Simplified and Traditional) locales
- Enhance readability of error and configuration messages
- Consistent formatting for API keys, database IDs, and URLs
2025-02-26 00:21:49 +08:00
kangfenmao
d0444c385b
feat: Enhance web search settings with blacklist and result configuration
...
- Update Tavily description across locales to emphasize AI agent capabilities
- Add blacklist functionality for web search results
- Introduce configurable maximum search results
- Improve localization for web search settings in multiple languages
2025-02-26 00:16:13 +08:00
kangfenmao
e1f49c969c
chore: Reorganize and clean up localization files
...
This commit involves minor reorganization and cleanup of translation files across multiple languages (en-us, ja-jp, ru-ru, zh-cn, zh-tw). Changes include:
- Reordering of some translation keys
- Removing duplicate entries
- Slight restructuring of nested translation objects
- Minor formatting adjustments
2025-02-26 00:02:03 +08:00
Chen Tao
8aac2981c3
feat: add web search settings ( #2314 )
...
* fix: add time when using web search
* feat: add optional
* chore
* chore
* chore
* clean code
* feat: set search max results
* feat: add manual blacklist
* clean code
* chore
* chore
* clean
2025-02-25 23:46:51 +08:00
ousugo
bc24177e91
feat: Improve think tag processing with more robust parsing
2025-02-25 23:46:25 +08:00
kangfenmao
e6c3e24bd3
fix: Update favicon service for message citations
2025-02-25 23:43:22 +08:00
kangfenmao
fa3c1995b8
fix: assistant and agent emoji
2025-02-25 21:00:23 +08:00
kangfenmao
9c9b0eb20f
refactor: Extract file drop handling logic to separate utility function
2025-02-25 19:53:04 +08:00
icinggslits
2ff5d32487
feat: Support more file drag and drop scenarios ( #2278 )
...
* feat: Support more file drag and drop scenarios
* feat: Support more file drag and drop scenarios
2025-02-25 19:46:32 +08:00
kangfenmao
eeeeeaf1bd
chore: Remove social media links from About settings
2025-02-25 19:40:52 +08:00
kangfenmao
bb997e0681
fix: Standardize Notion connection error messages across locales
2025-02-25 19:34:15 +08:00
kangfenmao
506c2a8844
fix: 修复深色模式下气泡样式的用户名样式错误问题
...
This reverts commit 598d4600cf .
2025-02-25 19:31:19 +08:00
icinggslits
bcd920f9c1
fix: Export image in dark mode ( #2332 )
...
Co-authored-by: 亢奋猫 <kangfenmao@qq.com>
2025-02-25 19:20:11 +08:00
eeee0717
b04f02ea96
fix bug: 深色模式对话导出渲染不正确
2025-02-25 19:12:44 +08:00
ousugo
653b133327
feat: Enhance reference prompt with language matching instruction
2025-02-25 19:09:56 +08:00
Aglargil
6448711b48
feat: add export to Yuque
2025-02-25 19:06:37 +08:00
Godcoper
598d4600cf
fix: 修复深色模式下气泡样式的用户名样式错误问题
2025-02-25 18:58:10 +08:00
suyao
bd43cdfc0b
chore: Update Grok app logo and related images
2025-02-25 15:01:01 +08:00
kangfenmao
216a861f7c
refactor: Move fullscreen notification logic to a separate hook
2025-02-25 13:32:15 +08:00
ousugo
8811d3b679
feat: Add fullscreen mode notification with localized message
2025-02-25 13:28:29 +08:00
kangfenmao
878086e1fb
chore: Remove console logs and clean up code
...
This commit removes unnecessary console.log statements and makes minor code cleanup in several files:
- PlantUML component
- WebSearchSettings
- WebSearchService
- Store settings
Additionally, it updates the store migration to handle LM Studio provider addition and reverts the store version
2025-02-25 13:27:31 +08:00
Chen Tao
bd6de1d5ba
fix: 网络搜索添加时间信息 ( #2255 )
...
* fix: add time when using web search
* feat: add optional
* chore
* chore
* chore
* clean code
2025-02-25 13:20:53 +08:00
preszzz
43b804525d
feat: add new claude 3.7 model support
2025-02-25 13:17:09 +08:00
Alice39s
63c4c30841
feat: Add support for Gemini 2.0 and update Yi model configurations
...
- Added `gemini-2.0` to `visionAllowedModels`.
- Introduced new Gemini models in `SYSTEM_MODELS`:
- `gemini-1.5-flash-8b`
- `gemini-2.0-flash`
- Updated Yi model configurations:
- Renamed `yi-lightning` to "Yi Lightning".
- Deprecated `yi-medium`, `yi-large`, and `yi-vision` (replaced by `yi-lightning` per documentation).
- Added `yi-vision-v2` as a new version of Yi Vision.
2025-02-25 08:29:59 +08:00
ousugo
d97023cecb
feat: Adapt glmzeropreview thinking chain format, enhance message thought processing with flexible extractors,
2025-02-25 08:29:16 +08:00
自由的世界人
ee29df8a93
fix: folder spelling change ( #2242 )
2025-02-25 08:26:25 +08:00
Zicheng Zhang
bc76c26181
fix: count reasoning content into token estimation ( #2276 )
2025-02-25 08:24:53 +08:00
eeee0717
041360825c
fix bug: uniqueIds is null when uploaded directory
2025-02-24 21:40:17 +08:00
kangfenmao
8e19e5a08e
fix: Update Infini provider API URL to include '/maas' path
2025-02-24 18:08:22 +08:00
icinggslits
4dd4bdc3af
feat: add shortcut to home window of mini app
2025-02-24 12:58:40 +08:00
vic123
468f59ae12
fix: undesired assistant selection menu popup when no ' ' before '@'
2025-02-24 12:57:26 +08:00
SagoLu
695ea33ebd
fix:修复在备份和恢复备份时由于无法删除临时目录导致的功能终止 ( #2224 )
...
* refactor: Remove chat settings toolbar button from input bar
* fix:修复在备份时,由于临时文件只读导致的备份失败
* fix:修复在恢复备份时,由于临时文件只读导致的备份失败
---------
Co-authored-by: kangfenmao <kangfenmao@qq.com>
2025-02-24 12:56:19 +08:00
Alice39s
756c9e74b2
feat: Improve support for the Codestral and additional Mistral models
...
- Added new image asset `codestral.png` for Codestral model.
- Updated `embedings.ts` to include the `mistral-embed` embedding model with `max_context: 8000`.
- Updated `models.ts` to:
- Add support for Codestral model with `codestral-latest` ID.
- Introduce new Mistral models, including:
- `ministral-3b-latest`
- `ministral-8b-latest`
- `mistral-large-latest`
- `mistral-small-latest`
- `mistral-embed`
- Organize models into appropriate groups (e.g., "Mistral Chat", "Mistral Code").
- Adjusted `getModelLogo` function to include Codestral and Ministral logos.
2025-02-24 12:55:28 +08:00
kangfenmao
1a10ac0739
refactor: Rename onResend to onResendUserMessage for clarity
2025-02-24 12:50:29 +08:00
Asurada
7b3a743219
feat: Add remark function to knowledge url ( #2210 )
...
* chore: Update .gitignore to exclude .cursor/rules
* feat: Add remark function to knowledge url
2025-02-24 12:47:47 +08:00
dengshenkk
7001b30adb
feat: 用户侧消息快捷重试功能 ( #2221 )
...
* Update MessageMenubar.tsx
用户发送消息可以重试, 方便在接口错误后进行重试
* Update MessageMenubar.tsx
2025-02-24 12:41:59 +08:00
ousugo
98b9f6bbf3
feat: Improve knowledge base creation popup input focus
2025-02-24 12:40:46 +08:00
ousugo
a0018fff46
feat: Enhance knowledge search popup input focus behavior
2025-02-24 12:40:46 +08:00
sijie-chan
241b63c6b2
fix: 添加多个目录到知识库多个进度之间展示混淆
2025-02-24 12:40:00 +08:00
kangfenmao
f24d3073cf
feat: Add Tavily dark mode logo and improve web search settings UI
2025-02-23 15:10:01 +08:00
kangfenmao
528abe3eab
refactor: Rename AssistantItemComponent to AssistantItem and update imports
2025-02-23 14:30:17 +08:00
wnzzer
5379939cc0
fix:清空话题总是修复当前话题 ( #2167 )
2025-02-23 14:26:31 +08:00
kangfenmao
70f72a2fb5
feat: Improve web search UI and localization
2025-02-23 14:22:09 +08:00
kangfenmao
966f843d26
chore: Update Tavily core package and remove js-tiktoken dependency
2025-02-23 11:01:30 +08:00
kangfenmao
7e6e6d21c1
feat: add web search
2025-02-23 11:01:29 +08:00
kangfenmao
1d9f471aca
chore(version): 0.9.30
2025-02-23 07:02:00 +08:00
kangfenmao
9327d6c367
feat: Enhance assistant emoji and popup UI interactions
2025-02-23 06:45:35 +08:00
George·Dong
c4a6e304d4
feat: 添加Notion导出自动分页功能 ( #2098 )
...
* fix: 长对话Notion导出失败(分页导出)
* feat: 添加Notion导出自动分页设置
2025-02-23 06:45:26 +08:00
ousugo
9e97334dcf
feat: Auto-select newly added knowledge base
2025-02-23 00:17:46 +08:00
ousugo
24a6c86e3c
fix: Regenerat messages don't use @ specified models
2025-02-22 22:35:02 +08:00
ousugo
1eb48dfbaf
fix: Restore textarea focus after selecting mention model via mouse
2025-02-22 22:34:16 +08:00
shijian
07ab9de13f
fix: 复制聊天信息按钮显示不全
2025-02-22 22:32:30 +08:00
kangfenmao
c8293ab326
fix: Remove LM Studio provider from initial state
2025-02-22 22:31:37 +08:00
kangfenmao
da2137f8f1
fix: Remove duplicate empty LM Studio providers
2025-02-22 13:35:14 +08:00
aber0724
626e72a4fe
feat: Add Monica minapp
2025-02-22 11:27:30 +08:00
sijie-chan
0b2b0dd99b
fix: 添加目录到知识库任意一个失败界面上会展示失败
2025-02-22 11:26:31 +08:00
kangfenmao
2ddd5dcbb8
feat: update miniapp logo
2025-02-21 18:25:23 +08:00
kangfenmao
89cbae38d4
feat: Enhance topic message clearing functionality
...
关于“清空话题”的Bug反馈 #2107
close #2107
2025-02-21 16:48:04 +08:00
suyao
8a0f53de30
fix: add first message handling in mini home window
2025-02-21 16:32:56 +08:00
kangfenmao
dc878fd6aa
feat: add export function to message
2025-02-21 16:27:07 +08:00
kangfenmao
62e46c17e1
refactor: Remove chat settings toolbar button from input bar
2025-02-21 14:31:05 +08:00
kangfenmao
98d7996bc6
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
落子
0a0354921a
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
ef58ee8d60
feat: baidu ai search
2025-02-21 13:58:19 +08:00
kangfenmao
b4c32af635
feat: Add API host formatting utility function
2025-02-21 13:50:24 +08:00
lizhixuan
8740fa4f15
refactor: Move abort controller to utils and update imports
2025-02-21 12:50:18 +08:00
lizhixuan
20e0dfc241
feat: Add message completion abort functionality
2025-02-21 12:50:18 +08:00
kangfenmao
7f74e2a567
refactor: Simplify translation history clear button configuration
2025-02-21 11:17:41 +08:00
ousugo
b568dfef17
feat: Add newline tooltip for translation input
2025-02-21 11:16:02 +08:00
kangfenmao
f395bb32de
refactor: Simplify embedding model regex pattern
2025-02-21 09:46:26 +08:00
kangfenmao
40ddf94224
refactor: Clean up MinAppsPopover component formatting
2025-02-20 15:35:51 +08:00
kangfenmao
a9ee9ec762
refactor: Simplify topic deletion interaction
2025-02-20 15:33:24 +08:00
ousugo
9189cdb8ff
feat: Add direct topic deletion shortcut
2025-02-20 15:19:32 +08:00
ousugo
8d1ec04dd3
feat: Add confirmation dialog for topic deletion
2025-02-20 15:19:32 +08:00
Yrom
9eee9c42fa
feat: add developer tools button in MinApp for development mode
2025-02-20 15:19:10 +08:00
ousugo
530aeb58b8
feat: Add emoji selection for assistant name
2025-02-20 15:17:04 +08:00
kangfenmao
438b8cb08a
fix: Update migration config to set default thought auto-collapse
2025-02-20 12:24:24 +08:00
ousugo
7861803814
feat: Add thought content auto-collapse setting
2025-02-20 12:22:45 +08:00
ousugo
adb5e4fc31
feat: Add copy functionality to message reasoning content
2025-02-20 12:22:45 +08:00
kangfenmao
58100ab822
refactor: Simplify translation page layout and styling
2025-02-20 12:16:38 +08:00
Chen Tao
b405d2e9ac
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
f1a9699be4
feat: Add backspace handling to remove last mentioned model
2025-02-20 12:08:25 +08:00
eeee0717
173e164d2b
fix: knowledge base status problem
2025-02-20 12:07:05 +08:00
kangfenmao
54b7bfd663
fix: Improve null handling in code block and syntax highlighting
2025-02-20 12:04:29 +08:00
kangfenmao
7f3e6bb44d
refactor: Remove default grid settings from migration config
2025-02-20 11:54:21 +08:00
littel_penguin66
e5dee7801e
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
5503a2ccea
fix: fix translation
2025-02-20 11:50:49 +08:00
onlyfeng
64a609cdf0
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
34a5b89754
fix: Ignore hidden files when traversing directories
2025-02-20 11:43:01 +08:00
FischLu
c65d351a3d
fix: fix the issue where the menu scrolls back to the top after clicking an option
2025-02-19 21:40:32 +08:00
Teo
b0f74159dd
feat: 添加翻译历史功能
2025-02-19 19:38:59 +08:00
Yrom
6c8b93c4d1
feat: Support dark theme for PlantUML
2025-02-19 18:37:05 +08:00
Yrom
d73d92e795
feat: Add PlantUML diagram support (via PlantUML official online server)
2025-02-19 18:37:05 +08:00
ousugo
598630b294
refactor: Simplify model type detection with utility functions
2025-02-19 18:33:51 +08:00
ousugo
aa3e1cc1e6
feat: Add Doubao provider support for model type detection
...
(cherry picked from commit 008b84e128484c98eb59c75d8f44cbc320509049)
2025-02-19 18:33:51 +08:00
ousugo
a9f34f12b9
feat: Add model generation check before narrow mode toggle
2025-02-19 18:33:16 +08:00
jiangjiwei
0e60ee47f1
feat: 为 Notion 导出添加可配置的页面名称 key
2025-02-19 17:18:45 +08:00
ousugo
d35e604462
fix: Ensure model is updated when setting default model
2025-02-19 17:13:52 +08:00
Teo
fd734e0810
refactor: 翻译页UI重构
2025-02-19 15:53:52 +08:00
kangfenmao
aafb62cb2f
feat: Add web search support for OpenRouter provider
2025-02-19 10:11:49 +08:00
icinggslits
08535924ce
feature: Adaptive height of textarea on translation page
2025-02-19 09:57:26 +08:00
kangfenmao
76a02d184f
feat: Add default API host for DMX provider in migration
2025-02-19 09:45:41 +08:00
kangfenmao
af461c9246
fix: Safely update topic with existing topic data
2025-02-19 09:35:10 +08:00
kangfenmao
8815b6248e
fix: Improve knowledge base processing and deletion handling
2025-02-19 09:28:36 +08:00
kangfenmao
b832809b7a
refactor: Simplify DragableList styling and remove unnecessary margins
2025-02-19 09:21:10 +08:00
suyao
88e36627f5
fix: update model identification with provider-specific uniqueness
2025-02-19 09:14:45 +08:00
ousugo
ac2a3156f8
feat: Add German language support to translation options
2025-02-19 08:21:00 +08:00
George·Dong
ff42b512cf
feat: 添加Notion文档按钮Tooltip
2025-02-19 08:20:21 +08:00
George·Dong
ee1b8f95c3
fix: 修改导出到Notion的相关提示
2025-02-19 08:20:21 +08:00
icinggslits
856cd7d34f
fix: Update language options promptly
2025-02-19 08:18:41 +08:00
首都爱护动物协会
64fb414e62
Updated provider information
2025-02-19 07:10:45 +08:00
kangfenmao
35b47ec640
fix: Add top margin to 'Add Assistant' button in AssistantsTab
2025-02-18 21:17:13 +08:00
Yrom
e4101fff49
feat: Enable search capability for Qwen commercial version model
2025-02-18 21:14:43 +08:00
kangfenmao
e6f3663e9b
chore(version): 0.9.26
2025-02-18 20:55:04 +08:00
kangfenmao
64da3d32b8
fix: Update agent knowledge base field name and handling
2025-02-18 20:55:04 +08:00
Chen Tao
3da3ee0225
feat: artifacts add open external ( #1812 )
...
* feat: artifacts add open external
* fix: remove modal
2025-02-18 19:56:39 +08:00
Teo
6e4be783d7
fix: 解决生成过程中出现错误内容被清空覆盖问题
2025-02-18 19:46:50 +08:00
美兰十三
76267716c3
fix: 修复mac下快捷键注册control被替换成command的问题
2025-02-18 19:46:28 +08:00