change useSyncOnStart() to a hook

This commit is contained in:
Wang Guan
2024-10-22 01:51:30 +09:00
parent 903d00bd89
commit f123ffc74b
3 changed files with 30 additions and 23 deletions

View File

@@ -223,6 +223,7 @@ const cn = {
CloudState: "云端数据",
NotSyncYet: "还没有进行过同步",
Success: "同步成功",
IsSyncing: "正在同步...",
Fail: "同步失败",
Config: {

View File

@@ -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: {