修改账户系统逻辑
This commit is contained in:
parent
8133d18d2e
commit
f7ea8b5b3d
@ -438,19 +438,15 @@
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<script src="https://download.xn--xhq44jb2fzpc.com/upload/single.min.js?v=1.0.1"></script>
|
<script src="https://download.xn--xhq44jb2fzpc.com/upload/single.min.js?v=1.0.2"></script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
const email = "";
|
const userid = "";
|
||||||
|
|
||||||
if (email) {
|
if (userid) {
|
||||||
|
|
||||||
updateAuthorInfo(email);
|
updateAuthorInfo(userid);
|
||||||
updateAvatar(email);
|
|
||||||
checkVerifiedStatus(email);
|
|
||||||
checkInvitedStatus(email);
|
|
||||||
checkMedalStatus(email);
|
|
||||||
} else {
|
} else {
|
||||||
console.log("Email parameter is missing.");
|
console.log("Email parameter is missing.");
|
||||||
}
|
}
|
||||||
|
@ -588,26 +588,22 @@ let client;function getCookie(t){const n=t+"=";const o=document.cookie.split(";"
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<script src="https://download.xn--xhq44jb2fzpc.com/upload/single.min.js?v=1.0.1"></script>
|
<script src="https://download.xn--xhq44jb2fzpc.com/upload/single.min.js?v=1.0.2"></script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
const email = "Felix_wqqqqquan@163.com";
|
const userid = "180";
|
||||||
|
|
||||||
if (email) {
|
if (userid) {
|
||||||
|
|
||||||
updateAuthorInfo(email);
|
updateAuthorInfo(userid);
|
||||||
updateAvatar(email);
|
|
||||||
checkVerifiedStatus(email);
|
|
||||||
checkInvitedStatus(email);
|
|
||||||
checkMedalStatus(email);
|
|
||||||
} else {
|
} else {
|
||||||
console.log("Email parameter is missing.");
|
console.log("Email parameter is missing.");
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
<script src="https://download.xn--xhq44jb2fzpc.com/upload/loginrequired.min.js?v=1.0.4"></script>
|
<script src="https://download.xn--xhq44jb2fzpc.com/upload/loginrequired.min.js?v=1.0.5"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -588,26 +588,22 @@ let client;function getCookie(t){const n=t+"=";const o=document.cookie.split(";"
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<script src="https://download.xn--xhq44jb2fzpc.com/upload/single.min.js?v=1.0.1"></script>
|
<script src="https://download.xn--xhq44jb2fzpc.com/upload/single.min.js?v=1.0.2"></script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
const email = "Felix_wqqqqquan@163.com";
|
const userid = "180";
|
||||||
|
|
||||||
if (email) {
|
if (userid) {
|
||||||
|
|
||||||
updateAuthorInfo(email);
|
updateAuthorInfo(userid);
|
||||||
updateAvatar(email);
|
|
||||||
checkVerifiedStatus(email);
|
|
||||||
checkInvitedStatus(email);
|
|
||||||
checkMedalStatus(email);
|
|
||||||
} else {
|
} else {
|
||||||
console.log("Email parameter is missing.");
|
console.log("Email parameter is missing.");
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
<script src="https://download.xn--xhq44jb2fzpc.com/upload/loginrequired.min.js?v=1.0.4"></script>
|
<script src="https://download.xn--xhq44jb2fzpc.com/upload/loginrequired.min.js?v=1.0.5"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -588,26 +588,22 @@ let client;function getCookie(t){const n=t+"=";const o=document.cookie.split(";"
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<script src="https://download.xn--xhq44jb2fzpc.com/upload/single.min.js?v=1.0.1"></script>
|
<script src="https://download.xn--xhq44jb2fzpc.com/upload/single.min.js?v=1.0.2"></script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
const email = "Felix_wqqqqquan@163.com";
|
const userid = "180";
|
||||||
|
|
||||||
if (email) {
|
if (userid) {
|
||||||
|
|
||||||
updateAuthorInfo(email);
|
updateAuthorInfo(userid);
|
||||||
updateAvatar(email);
|
|
||||||
checkVerifiedStatus(email);
|
|
||||||
checkInvitedStatus(email);
|
|
||||||
checkMedalStatus(email);
|
|
||||||
} else {
|
} else {
|
||||||
console.log("Email parameter is missing.");
|
console.log("Email parameter is missing.");
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
<script src="https://download.xn--xhq44jb2fzpc.com/upload/loginrequired.min.js?v=1.0.4"></script>
|
<script src="https://download.xn--xhq44jb2fzpc.com/upload/loginrequired.min.js?v=1.0.5"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -590,26 +590,22 @@ let client;function getCookie(t){const n=t+"=";const o=document.cookie.split(";"
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<script src="https://download.xn--xhq44jb2fzpc.com/upload/single.min.js?v=1.0.1"></script>
|
<script src="https://download.xn--xhq44jb2fzpc.com/upload/single.min.js?v=1.0.2"></script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
const email = "Felix_wqqqqquan@163.com";
|
const userid = "180";
|
||||||
|
|
||||||
if (email) {
|
if (userid) {
|
||||||
|
|
||||||
updateAuthorInfo(email);
|
updateAuthorInfo(userid);
|
||||||
updateAvatar(email);
|
|
||||||
checkVerifiedStatus(email);
|
|
||||||
checkInvitedStatus(email);
|
|
||||||
checkMedalStatus(email);
|
|
||||||
} else {
|
} else {
|
||||||
console.log("Email parameter is missing.");
|
console.log("Email parameter is missing.");
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
<script src="https://download.xn--xhq44jb2fzpc.com/upload/loginrequired.min.js?v=1.0.4"></script>
|
<script src="https://download.xn--xhq44jb2fzpc.com/upload/loginrequired.min.js?v=1.0.5"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -590,26 +590,22 @@ let client;function getCookie(t){const n=t+"=";const o=document.cookie.split(";"
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<script src="https://download.xn--xhq44jb2fzpc.com/upload/single.min.js?v=1.0.1"></script>
|
<script src="https://download.xn--xhq44jb2fzpc.com/upload/single.min.js?v=1.0.2"></script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
const email = "Felix_wqqqqquan@163.com";
|
const userid = "180";
|
||||||
|
|
||||||
if (email) {
|
if (userid) {
|
||||||
|
|
||||||
updateAuthorInfo(email);
|
updateAuthorInfo(userid);
|
||||||
updateAvatar(email);
|
|
||||||
checkVerifiedStatus(email);
|
|
||||||
checkInvitedStatus(email);
|
|
||||||
checkMedalStatus(email);
|
|
||||||
} else {
|
} else {
|
||||||
console.log("Email parameter is missing.");
|
console.log("Email parameter is missing.");
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
<script src="https://download.xn--xhq44jb2fzpc.com/upload/loginrequired.min.js?v=1.0.4"></script>
|
<script src="https://download.xn--xhq44jb2fzpc.com/upload/loginrequired.min.js?v=1.0.5"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -588,26 +588,22 @@ let client;function getCookie(t){const n=t+"=";const o=document.cookie.split(";"
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<script src="https://download.xn--xhq44jb2fzpc.com/upload/single.min.js?v=1.0.1"></script>
|
<script src="https://download.xn--xhq44jb2fzpc.com/upload/single.min.js?v=1.0.2"></script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
const email = "Felix_wqqqqquan@163.com";
|
const userid = "180";
|
||||||
|
|
||||||
if (email) {
|
if (userid) {
|
||||||
|
|
||||||
updateAuthorInfo(email);
|
updateAuthorInfo(userid);
|
||||||
updateAvatar(email);
|
|
||||||
checkVerifiedStatus(email);
|
|
||||||
checkInvitedStatus(email);
|
|
||||||
checkMedalStatus(email);
|
|
||||||
} else {
|
} else {
|
||||||
console.log("Email parameter is missing.");
|
console.log("Email parameter is missing.");
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
<script src="https://download.xn--xhq44jb2fzpc.com/upload/loginrequired.min.js?v=1.0.4"></script>
|
<script src="https://download.xn--xhq44jb2fzpc.com/upload/loginrequired.min.js?v=1.0.5"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -588,26 +588,22 @@ let client;function getCookie(t){const n=t+"=";const o=document.cookie.split(";"
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<script src="https://download.xn--xhq44jb2fzpc.com/upload/single.min.js?v=1.0.1"></script>
|
<script src="https://download.xn--xhq44jb2fzpc.com/upload/single.min.js?v=1.0.2"></script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
const email = "Felix_wqqqqquan@163.com";
|
const userid = "180";
|
||||||
|
|
||||||
if (email) {
|
if (userid) {
|
||||||
|
|
||||||
updateAuthorInfo(email);
|
updateAuthorInfo(userid);
|
||||||
updateAvatar(email);
|
|
||||||
checkVerifiedStatus(email);
|
|
||||||
checkInvitedStatus(email);
|
|
||||||
checkMedalStatus(email);
|
|
||||||
} else {
|
} else {
|
||||||
console.log("Email parameter is missing.");
|
console.log("Email parameter is missing.");
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
<script src="https://download.xn--xhq44jb2fzpc.com/upload/loginrequired.min.js?v=1.0.4"></script>
|
<script src="https://download.xn--xhq44jb2fzpc.com/upload/loginrequired.min.js?v=1.0.5"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -588,26 +588,22 @@ let client;function getCookie(t){const n=t+"=";const o=document.cookie.split(";"
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<script src="https://download.xn--xhq44jb2fzpc.com/upload/single.min.js?v=1.0.1"></script>
|
<script src="https://download.xn--xhq44jb2fzpc.com/upload/single.min.js?v=1.0.2"></script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
const email = "Felix_wqqqqquan@163.com";
|
const userid = "180";
|
||||||
|
|
||||||
if (email) {
|
if (userid) {
|
||||||
|
|
||||||
updateAuthorInfo(email);
|
updateAuthorInfo(userid);
|
||||||
updateAvatar(email);
|
|
||||||
checkVerifiedStatus(email);
|
|
||||||
checkInvitedStatus(email);
|
|
||||||
checkMedalStatus(email);
|
|
||||||
} else {
|
} else {
|
||||||
console.log("Email parameter is missing.");
|
console.log("Email parameter is missing.");
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
<script src="https://download.xn--xhq44jb2fzpc.com/upload/loginrequired.min.js?v=1.0.4"></script>
|
<script src="https://download.xn--xhq44jb2fzpc.com/upload/loginrequired.min.js?v=1.0.5"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -590,26 +590,22 @@ let client;function getCookie(t){const n=t+"=";const o=document.cookie.split(";"
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<script src="https://download.xn--xhq44jb2fzpc.com/upload/single.min.js?v=1.0.1"></script>
|
<script src="https://download.xn--xhq44jb2fzpc.com/upload/single.min.js?v=1.0.2"></script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
const email = "Felix_wqqqqquan@163.com";
|
const userid = "180";
|
||||||
|
|
||||||
if (email) {
|
if (userid) {
|
||||||
|
|
||||||
updateAuthorInfo(email);
|
updateAuthorInfo(userid);
|
||||||
updateAvatar(email);
|
|
||||||
checkVerifiedStatus(email);
|
|
||||||
checkInvitedStatus(email);
|
|
||||||
checkMedalStatus(email);
|
|
||||||
} else {
|
} else {
|
||||||
console.log("Email parameter is missing.");
|
console.log("Email parameter is missing.");
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
<script src="https://download.xn--xhq44jb2fzpc.com/upload/loginrequired.min.js?v=1.0.4"></script>
|
<script src="https://download.xn--xhq44jb2fzpc.com/upload/loginrequired.min.js?v=1.0.5"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user