Skip to content

Commit

Permalink
draft: custom ui
Browse files Browse the repository at this point in the history
  • Loading branch information
baiyuanneko committed Jun 3, 2024
1 parent 8e7e4b4 commit 92466ad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion multi_language/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,5 +316,10 @@
"ENABLE": "Enable",
"DISABLE": "Disable",
"HINT_OF_AUTO_CHOOSE_OPTION_IN_BUILTIN_IME": "Currently, only Pinyin and Double Pinyin input support for Chinese is provided. If 'Enable Built-in Input Method' is set to 'Auto Choose,' the built-in input method will only be activated when the user is in a Wayland environment and the Locale string starts with 'zh'.<br />If 'Mode' is set to 'Auto Choose,' it defaults to Pinyin input when the user's Locale string starts with 'zh' and defaults to no input method otherwise.",
"HINT_OF_HIDE_ARTICLE_OPTION": "Just the literal meaning. Technically, the article can still be found and accessed. If you need to protect the content, consider using the article encryption button to encrypt the article content."
"HINT_OF_HIDE_ARTICLE_OPTION": "Just the literal meaning. Technically, the article can still be found and accessed. If you need to protect the content, consider using the article encryption button to encrypt the article content.",
"SETTING_OF_CUSTOM_UI": "Customize BBG UI",
"ENABLE_CUSTOM_UI": "Enable custom UI for BBG",
"BACKGROUND_IMAGE_PATH": "Background image path",
"PRIMARY_COLOR": "Primary color",
"HINT_OF_SETTING_OF_CUSTOM_UI_V1": "Notice that this page sets the UI of BBG itself, not the blog that created by BBG."
}
7 changes: 6 additions & 1 deletion multi_language/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,5 +325,10 @@
"API_REQUEST_URL": "API 请求 URL",
"API_KEY": "API 密钥",
"API_SECRET_KEY": "API Secret Key",
"DEFAULT_MODEL_TYPE": "默认模型类型"
"DEFAULT_MODEL_TYPE": "默认模型类型",
"SETTING_OF_CUSTOM_UI": "自定义 BBG 界面",
"ENABLE_CUSTOM_UI": "启用自定义界面功能",
"BACKGROUND_IMAGE_PATH": "背景图像路径",
"PRIMARY_COLOR": "主题色",
"HINT_OF_SETTING_OF_CUSTOM_UI_V1": "注意本页面设置的是 BBG 程序本身的界面,而不是博客的。"
}

0 comments on commit 92466ad

Please sign in to comment.