's'
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user