feat: 系统标题支持i18n
This commit is contained in:
4
types/global.d.ts
vendored
4
types/global.d.ts
vendored
@@ -83,7 +83,7 @@ declare global {
|
||||
*/
|
||||
interface PlatformConfigs {
|
||||
Version?: string;
|
||||
Title?: string;
|
||||
Period?: string;
|
||||
FixedHeader?: boolean;
|
||||
HiddenSideBar?: boolean;
|
||||
MultiTagsCache?: boolean;
|
||||
@@ -116,7 +116,7 @@ declare global {
|
||||
*/
|
||||
interface StorageConfigs {
|
||||
version?: string;
|
||||
title?: string;
|
||||
period?: string;
|
||||
fixedHeader?: boolean;
|
||||
hiddenSideBar?: boolean;
|
||||
multiTagsCache?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user