no message

This commit is contained in:
A1300399510
2024-01-29 11:53:50 +08:00
parent 66eb0364d6
commit a71920cf61
46 changed files with 364 additions and 325 deletions

18
app.vue
View File

@@ -18,15 +18,15 @@ onMounted(() => {
// if (!isProduction) isNeedLogin.value = false
// else determineIsLogin()
window["userInfoWin"] = {
"username": "",
"uid": 256624,
"uin": 4171117,
"avatar": "https://oss.gter.net/avatar/97KwEWQHYuMQGDnFqkimXF9SHKuGwVV5zW-tYWFjYQ~~?istype=1&random=HHfurzyTXnzb",
"messagenum": 0,
"newprompt": 0,
"todaysigned": 0,
}
// window["userInfoWin"] = {
// "username": "",
// "uid": 256624,
// "uin": 4171117,
// "avatar": "https://oss.gter.net/avatar/97KwEWQHYuMQGDnFqkimXF9SHKuGwVV5zW-tYWFjYQ~~?istype=1&random=HHfurzyTXnzb",
// "messagenum": 0,
// "newprompt": 0,
// "todaysigned": 0,
// }
determineIsLogin()
})