提前页面恢复提示;修改登出弹窗函数名

This commit is contained in:
anian
2026-03-17 00:57:07 +08:00
parent 101189a077
commit 9c26bece1b
5 changed files with 20 additions and 21 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ async function customLogout() {
}
}
function showPixarCard() {
function open_logout_box() {
const wrapper = document.getElementById("pixarNoticeWrapper");
wrapper.style.display = "flex";
}