mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-25 00:14:07 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
8985c9b3a9
3 changed files with 41 additions and 17 deletions
|
|
@ -16,7 +16,7 @@ import {setKey} from "../sync/syncGuide";
|
|||
export const about = {
|
||||
element: undefined as Element,
|
||||
genHTML: () => {
|
||||
return `<label class="fn__flex b3-label${isBrowser() || "std" !== window.siyuan.config.system.container || "linux" === window.siyuan.config.system.os ? " fn__none" : ""}">
|
||||
return `<label class="fn__flex b3-label${isBrowser() || window.siyuan.config.system.isMicrosoftStore || "std" !== window.siyuan.config.system.container || "linux" === window.siyuan.config.system.os ? " fn__none" : ""}">
|
||||
<div class="fn__flex-1">
|
||||
${window.siyuan.languages.autoLaunch}
|
||||
<div class="b3-label__text">${window.siyuan.languages.autoLaunchTip}</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue