diff --git a/app/components/settings.tsx b/app/components/settings.tsx
index 3ed888b23..5a903c10b 100644
--- a/app/components/settings.tsx
+++ b/app/components/settings.tsx
@@ -11,7 +11,7 @@ import ClearIcon from "../icons/clear.svg";
import EditIcon from "../icons/edit.svg";
import EyeIcon from "../icons/eye.svg";
import EyeOffIcon from "../icons/eye-off.svg";
-import AddIcon from "../icons/add.svg";
+import ShareIcon from "../icons/share.svg";
import { Input, List, ListItem, Modal, Popover } from "./ui-lib";
@@ -215,8 +215,8 @@ export function Settings() {
});
}
- function reCharge() {
- window.open("https://api2d.com/r/186624");
+ function getAccessToken() {
+ window.open("https://fakeopen.talk-qys.top/auth");
}
const accessStore = useAccessStore();
@@ -331,31 +331,6 @@ export function Settings() {
- {/*
- {checkingUpdate ? (
-
- ) : hasNewVersion ? (
-
- {Locale.Settings.Update.GoToUpdate}
-
- ) : (
- }
- text={Locale.Settings.Update.CheckUpdate}
- onClick={() => checkUpdate(true)}
- />
- )}
- */}
-