Merge pull request #271 from RugerMcCarthy/feat/send_preview_option

feat: add switch of send preview bubble
This commit is contained in:
Yifei Zhang
2023-04-02 20:08:35 +08:00
committed by GitHub
6 changed files with 31 additions and 13 deletions

View File

@@ -77,6 +77,7 @@ const cn = {
SendKey: "发送键",
Theme: "主题",
TightBorder: "紧凑边框",
SendPreviewBubble: "发送预览气泡",
Prompt: {
Disable: {
Title: "禁用提示词自动补全",

View File

@@ -78,6 +78,7 @@ const en: LocaleType = {
SendKey: "Send Key",
Theme: "Theme",
TightBorder: "Tight Border",
SendPreviewBubble: "Send Preview Bubble",
Prompt: {
Disable: {
Title: "Disable auto-completion",

View File

@@ -77,6 +77,7 @@ const tw: LocaleType = {
SendKey: "發送鍵",
Theme: "主題",
TightBorder: "緊湊邊框",
SendPreviewBubble: "發送預覽氣泡",
Prompt: {
Disable: {
Title: "停用提示詞自動補全",