mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
💄 bazaar
This commit is contained in:
parent
e6923bdebc
commit
518ce94912
2 changed files with 3 additions and 7 deletions
|
|
@ -224,7 +224,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&__readme {
|
&__readme {
|
||||||
margin-top: 32px;
|
margin-top: 24px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -311,11 +311,7 @@ export const bazaar = {
|
||||||
urls.pop();
|
urls.pop();
|
||||||
let navTitle = window.siyuan.languages.icon;
|
let navTitle = window.siyuan.languages.icon;
|
||||||
if (bazaarType === "themes") {
|
if (bazaarType === "themes") {
|
||||||
if (data.modes.includes("dark")) {
|
navTitle = window.siyuan.languages.theme;
|
||||||
navTitle = window.siyuan.languages.themeDark + " " + window.siyuan.languages.theme;
|
|
||||||
} else {
|
|
||||||
navTitle = window.siyuan.languages.themeLight + " " + window.siyuan.languages.theme;
|
|
||||||
}
|
|
||||||
} else if (bazaarType === "widgets") {
|
} else if (bazaarType === "widgets") {
|
||||||
navTitle = window.siyuan.languages.widget;
|
navTitle = window.siyuan.languages.widget;
|
||||||
} else if (bazaarType === "templates") {
|
} else if (bazaarType === "templates") {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue