mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-03 03:10:16 +01:00
🎨 Support HarmonyOS NEXT system https://github.com/siyuan-note/siyuan/issues/13184
This commit is contained in:
parent
6cc948f114
commit
c8e8174f78
5 changed files with 5 additions and 5 deletions
|
|
@ -216,7 +216,7 @@ ${checkUpdateHTML}
|
|||
<span style="color:var(--b3-theme-background);font-family: cursive;">会泽百家 至公天下</span>
|
||||
</div>
|
||||
<div class='fn__hr'></div>
|
||||
${window.siyuan.languages.about1}
|
||||
${window.siyuan.languages.about1} ${"harmony" === window.siyuan.config.system.container? " • " + window.siyuan.languages.feedback + " 845765@qq.com" : ""}
|
||||
</div>`;
|
||||
},
|
||||
bindEvent: () => {
|
||||
|
|
|
|||
|
|
@ -169,7 +169,7 @@ export const initAbout = () => {
|
|||
</div>
|
||||
</div>
|
||||
<div style="color:var(--b3-theme-surface);font-family: cursive;">会泽百家 至公天下</div>
|
||||
${window.siyuan.languages.about1}
|
||||
${window.siyuan.languages.about1} ${"harmony" === window.siyuan.config.system.container? " • " + window.siyuan.languages.feedback + " 845765@qq.com" : ""}
|
||||
</div>
|
||||
</div>`,
|
||||
bindEvent(modelMainElement: HTMLElement) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue