This commit is contained in:
eric
2025-12-04 01:50:13 +08:00
parent 2aa0d18b39
commit ce4b862fe0

View File

@@ -547,10 +547,12 @@ const Index = () => {
<View className="vipcode"> <View className="vipcode">
<View <View
onClick={() => { onClick={() => {
window.location.href = `https://memos.hackrobot.org`; window.location.href = `https://qun.hackrobot.cn`;
}} }}
> >
👉星球地址: memos.hackrobot.org {/* 👉星球地址: memos.hackrobot.org */}
👉星球地址: qun.hackrobot.cn
</View> </View>
<View>账号:{window.localStorage.getItem("username")}</View> <View>账号:{window.localStorage.getItem("username")}</View>
<Button onClick={handleCopyUsername}>复制账号</Button> <Button onClick={handleCopyUsername}>复制账号</Button>