mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 15:28:49 +01:00
This commit is contained in:
parent
ba6d5aa21e
commit
98a451e50b
1 changed files with 1 additions and 2 deletions
|
|
@ -66,8 +66,7 @@ export const account = {
|
|||
if (window.siyuan.user.userSiYuanSubscriptionPlan === 2) {
|
||||
subscriptionHTML += `<div class="b3-chip b3-chip--primary"><svg><use xlink:href="#iconVIP"></use></svg>${window.siyuan.languages.account3}</div>
|
||||
${renewHTML}
|
||||
<div class="fn__hr--b"></div>
|
||||
`;
|
||||
<div class="fn__hr--b"></div>`;
|
||||
} else {
|
||||
subscriptionHTML += `<div class="b3-chip b3-chip--primary"><svg class="ft__secondary"><use xlink:href="#iconVIP"></use></svg>${window.siyuan.languages.account10}</div>${renewHTML}`;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue