feat(polish): allow mood emoji on custom styles and ship Flow/ASR fixes
Custom polish styles can opt in to emotion-matched emoji (default off), with prompt-level opt-in detection so paste-only styles keep model-added emoji. Also include Volcengine API-Key ASR auth, voice-processing capture, PiP flash fix, and related keyboard Shift/haptics reliability work.
This commit is contained in:
@@ -157,6 +157,8 @@
|
||||
"mac.styles.error" = "无法保存风格";
|
||||
"mac.styles.validation" = "请检查名称、提示词长度及 8 个风格的数量上限。";
|
||||
"mac.styles.name" = "风格名称";
|
||||
"mac.styles.allowsAddedEmoji" = "允许按情绪添加 emoji";
|
||||
"mac.styles.allowsAddedEmoji.hint" = "开启后,润色可按原文情绪点缀少量 emoji,并保留上屏。默认关闭。";
|
||||
"mac.styles.prompt" = "完整提示词";
|
||||
"mac.styles.hint" = "使用 {{DICTIONARY}} 指定个人词典位置;系统规则会自动追加。";
|
||||
"mac.section.settings" = "设置";
|
||||
@@ -261,8 +263,11 @@
|
||||
"mac.settings.translationOff" = "不翻译";
|
||||
"mac.settings.volcengineAppId" = "APP ID";
|
||||
"mac.settings.volcengineAccessToken" = "Access Token";
|
||||
"mac.settings.volcengineResourceId" = "Resource ID";
|
||||
"mac.settings.volcengineNote" = "Secret Key 当前无需填写。Resource ID 默认使用 volc.seedasr.sauc.duration。";
|
||||
"mac.settings.volcengineApiKey" = "API Key";
|
||||
"mac.settings.volcengineApiKeyMode" = "使用新版 API Key 鉴权";
|
||||
"mac.settings.volcengineApiKeyModeSubtitle" = "新控制台请打开;已有 AppID + Token 可保持关闭。";
|
||||
"mac.settings.volcengineNoteAppToken" = "旧版控制台:填写 APP ID 与 Access Token。Secret Key 无需填写。识别资源固定为豆包流式 2.0(volc.seedasr.sauc.duration)。";
|
||||
"mac.settings.volcengineNoteApiKey" = "新版控制台:只需填写 API Key。识别资源固定为豆包流式 2.0(volc.seedasr.sauc.duration)。";
|
||||
"mac.settings.recognition" = "识别方式";
|
||||
"mac.settings.cloudEngine" = "云端引擎与 AI 润色";
|
||||
"mac.settings.cloudEngineDesc" = "通过服务商 API 进行高质量转写,并自动润色语法与风格。";
|
||||
|
||||
Reference in New Issue
Block a user