From 50432ced21e39bf77183f996d8eeae52eef5b2c7 Mon Sep 17 00:00:00 2001 From: B3nDan Date: Thu, 13 Jun 2024 15:40:27 +0800 Subject: [PATCH] update --- app/components/settings.tsx | 25 -------------------- app/constant.ts | 46 ++----------------------------------- app/locales/cn.ts | 2 +- app/locales/en.ts | 2 +- 4 files changed, 4 insertions(+), 71 deletions(-) diff --git a/app/components/settings.tsx b/app/components/settings.tsx index db08b48a9ffb..8554d0b4b767 100644 --- a/app/components/settings.tsx +++ b/app/components/settings.tsx @@ -703,31 +703,6 @@ export function Settings() { - - {checkingUpdate ? ( - - ) : hasNewVersion ? ( - - {Locale.Settings.Update.GoToUpdate} - - ) : ( - } - text={Locale.Settings.Update.CheckUpdate} - onClick={() => checkUpdate(true)} - /> - )} - -