mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 16:58:49 +01:00
💄 account
This commit is contained in:
parent
6b41f7c554
commit
b4f8b676d6
1 changed files with 7 additions and 1 deletions
|
|
@ -53,7 +53,13 @@ ${window.siyuan.languages.accountSupport1}
|
|||
${window.siyuan.languages.accountSupport2}
|
||||
</div>`;
|
||||
if (onlyPayHTML) {
|
||||
return payHTML;
|
||||
return `<div class="fn__flex-1 fn__hr--b"></div>
|
||||
${genSVGBG()}
|
||||
<div class="fn__flex-1 fn__hr--b"></div>
|
||||
${payHTML}
|
||||
<div class="fn__flex-1 fn__hr--b"></div>
|
||||
${genSVGBG()}
|
||||
<div class="fn__flex-1 fn__hr--b"></div>`;
|
||||
}
|
||||
if (window.siyuan.user) {
|
||||
let userTitlesHTML = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue