mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-02 10:50:15 +01:00
🚨
This commit is contained in:
parent
b399b5e877
commit
eb18429d6e
9 changed files with 20 additions and 21 deletions
|
|
@ -37,6 +37,6 @@ export const getCloudURL = (key: string) => {
|
|||
};
|
||||
|
||||
export const getIndexURL = (key: string) => {
|
||||
const lang = 'zh_CN' === window.siyuan.config.lang ? "" : "/en";
|
||||
return 'https://b3log.org/siyuan' + `${lang}/${key}`;
|
||||
}
|
||||
const lang = "zh_CN" === window.siyuan.config.lang ? "" : "/en";
|
||||
return "https://b3log.org/siyuan" + `${lang}/${key}`;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue