Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2024-05-02 13:13:33 +08:00
commit dcb2e495fd
9 changed files with 18 additions and 14 deletions

View file

@ -190,7 +190,7 @@ export abstract class Constants {
en_US: "20210808180117-6v0mkxr",
fr_FR: "20210808180117-6v0mkxr",
es_ES: "20210808180117-6v0mkxr",
jp_JP: "20210808180117-6v0mkxr",
ja_JP: "20210808180117-6v0mkxr",
};
public static readonly QUICK_DECK_ID = "20230218211946-2kw8jgx";

View file

@ -263,7 +263,7 @@ declare namespace Config {
* User interface language
* Same as {@link IAppearance.lang}
*/
export type TLang = "en_US" | "es_ES" | "fr_FR" | "zh_CHT" | "zh_CN" | "jp_JP";
export type TLang = "en_US" | "es_ES" | "fr_FR" | "zh_CHT" | "zh_CN" | "ja_JP";
/**
* SiYuan bazaar related configuration