's'
This commit is contained in:
@@ -547,10 +547,12 @@ const Index = () => {
|
||||
<View className="vipcode">
|
||||
<View
|
||||
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>账号:{window.localStorage.getItem("username")}</View>
|
||||
<Button onClick={handleCopyUsername}>复制账号</Button>
|
||||
|
||||
Reference in New Issue
Block a user