feat: 系统标题支持i18n

This commit is contained in:
2025-02-12 15:03:55 +08:00
parent 07e9187a12
commit b1b00a3a02
8 changed files with 19 additions and 21 deletions

4
types/global.d.ts vendored
View File

@@ -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;