mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2026-04-28 22:14:27 +08:00
change useSyncOnStart() to a hook
This commit is contained in:
@@ -223,6 +223,7 @@ const cn = {
|
||||
CloudState: "云端数据",
|
||||
NotSyncYet: "还没有进行过同步",
|
||||
Success: "同步成功",
|
||||
IsSyncing: "正在同步...",
|
||||
Fail: "同步失败",
|
||||
|
||||
Config: {
|
||||
|
||||
@@ -225,6 +225,7 @@ const en: LocaleType = {
|
||||
CloudState: "Last Update",
|
||||
NotSyncYet: "Not sync yet",
|
||||
Success: "Sync Success",
|
||||
IsSyncing: "Sync in progress...",
|
||||
Fail: "Sync Fail",
|
||||
|
||||
Config: {
|
||||
|
||||
Reference in New Issue
Block a user