mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2026-02-14 10:24:24 +08:00
fix: add fold-code button when code is expand
This commit is contained in:
@@ -680,6 +680,7 @@ const cn = {
|
||||
Title: "挑选一个面具",
|
||||
SubTitle: "现在开始,与面具背后的灵魂思维碰撞",
|
||||
More: "查看全部",
|
||||
Less: "折叠代码",
|
||||
},
|
||||
|
||||
URLCommand: {
|
||||
|
||||
@@ -688,6 +688,7 @@ const en: LocaleType = {
|
||||
Title: "Pick a Mask",
|
||||
SubTitle: "Chat with the Soul behind the Mask",
|
||||
More: "Find More",
|
||||
Less: "Fold Code",
|
||||
NotShow: "Never Show Again",
|
||||
ConfirmNoShow: "Confirm to disable?You can enable it in settings later.",
|
||||
},
|
||||
|
||||
@@ -507,6 +507,7 @@ const tw = {
|
||||
Title: "挑選一個角色範本",
|
||||
SubTitle: "現在開始,與角色範本背後的靈魂思維碰撞",
|
||||
More: "搜尋更多",
|
||||
Less: "收合程式",
|
||||
},
|
||||
URLCommand: {
|
||||
Code: "偵測到連結中已經包含存取密碼,是否自動填入?",
|
||||
|
||||
Reference in New Issue
Block a user