mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 08:48:49 +01:00
📱 移除会员标识
This commit is contained in:
parent
51066a187b
commit
180c04a685
1 changed files with 6 additions and 3 deletions
|
|
@ -350,6 +350,12 @@ ${window.siyuan.languages.account8}`;
|
|||
});
|
||||
},
|
||||
onSetaccount() {
|
||||
if (repos.element) {
|
||||
repos.element.innerHTML = "";
|
||||
}
|
||||
if (window.siyuan.config.system.container === "ios") {
|
||||
return;
|
||||
}
|
||||
let html = "";
|
||||
if (window.siyuan.config.account.displayVIP && window.siyuan.user) {
|
||||
if (window.siyuan.user.userSiYuanProExpireTime === -1) {
|
||||
|
|
@ -368,8 +374,5 @@ ${window.siyuan.languages.account8}`;
|
|||
});
|
||||
}
|
||||
document.getElementById("toolbarVIP").innerHTML = html;
|
||||
if (repos.element) {
|
||||
repos.element.innerHTML = "";
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue