mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-13 20:53:45 +08:00
add setting UI
This commit is contained in:
@@ -254,6 +254,10 @@ const cn = {
|
||||
UserName: "备份名称",
|
||||
Password: "UpStash Redis REST Token",
|
||||
},
|
||||
|
||||
AutoSync: {
|
||||
OnStartup: "启动时自动同步",
|
||||
},
|
||||
},
|
||||
|
||||
LocalState: "本地数据",
|
||||
|
||||
@@ -257,6 +257,10 @@ const en: LocaleType = {
|
||||
UserName: "Backup Name",
|
||||
Password: "UpStash Redis REST Token",
|
||||
},
|
||||
|
||||
AutoSync: {
|
||||
OnStartup: "Sync on startup",
|
||||
},
|
||||
},
|
||||
|
||||
LocalState: "Local Data",
|
||||
|
||||
Reference in New Issue
Block a user