This commit is contained in:
Vanessa 2024-01-08 23:23:59 +08:00
parent 75a8ee13bd
commit 5f44965ef3
12 changed files with 28 additions and 28 deletions

View file

@ -20,7 +20,7 @@ export const showAccountInfo = () => {
});
userTitlesHTML += "</div>";
}
let subscriptionHTML = ""
let subscriptionHTML = "";
if (window.siyuan.user.userSiYuanProExpireTime === -1) {
// 终身会员
subscriptionHTML = `<div class="b3-chip b3-chip--secondary">${Constants.SIYUAN_IMAGE_VIP}${window.siyuan.languages.account12}</div>`;