fix: remove @ symbol from changelog entries to avoid vue-i18n parse errors

The @ symbol is a special character in vue-i18n (used for linked formats).
Removing it from all changelog entries fixes:
- Chinese: @mention → mention
- English: @mention → mention
- All other languages: @mention → mention

This resolves the SyntaxError in message compilation.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
ekko
2026-05-06 16:42:29 +08:00
parent 1de704b486
commit e6af126f9f
8 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -794,7 +794,7 @@ export default {
changelog: {
new_0_5_12_1: '新增会话批量删除功能:支持 checkbox 多选、全选、批量删除,提升会话管理效率',
new_0_5_12_2: '新增模型上下文长度可视化编辑:点击上下文长度即可打开编辑弹窗,支持自定义 token 限制',
new_0_5_12_3: '修复群聊 @mention 键盘选择问题:使用自定义下拉菜单替换 NDropdown,支持键盘导航和滚动跟随',
new_0_5_12_3: '修复群聊提及功能键盘选择问题:使用自定义下拉菜单替换 NDropdown,支持键盘导航和滚动跟随',
new_0_5_12_4: '新增聊天完成提示音:支持自动播放开关,提升交互体验',
new_0_5_12_5: '优化聊天消息显示:过滤空内容助手消息,改进历史记录和压缩逻辑',
new_0_5_12_6: '改进升级机制:使用 npm prefix -g 动态解析路径,支持 Homebrew 等非标准 Node.js 安装',