mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-10 06:59:08 +08:00
feat: close #2447 pre-fill key/code/url
This commit is contained in:
@@ -326,6 +326,11 @@ const cn = {
|
||||
More: "查看全部",
|
||||
},
|
||||
|
||||
URLCommand: {
|
||||
Code: "检测到链接中已经包含访问码,是否自动填入?",
|
||||
Settings: "检测到链接中包含了预制设置,是否自动填入?",
|
||||
},
|
||||
|
||||
UI: {
|
||||
Confirm: "确认",
|
||||
Cancel: "取消",
|
||||
|
@@ -344,6 +344,11 @@ const en: LocaleType = {
|
||||
Topic: "Topic",
|
||||
Time: "Time",
|
||||
},
|
||||
|
||||
URLCommand: {
|
||||
Code: "Detected access code from url, confirm to apply? ",
|
||||
Settings: "Detected settings from url, confirm to apply?",
|
||||
},
|
||||
};
|
||||
|
||||
export default en;
|
||||
|
Reference in New Issue
Block a user