feat: 提交非国际化版本代码
This commit is contained in:
1
types/global.d.ts
vendored
1
types/global.d.ts
vendored
@@ -101,7 +101,6 @@ declare global {
|
||||
HiddenSideBar?: boolean;
|
||||
MultiTagsCache?: boolean;
|
||||
KeepAlive?: boolean;
|
||||
Locale?: string;
|
||||
Layout?: string;
|
||||
Theme?: string;
|
||||
DarkMode?: boolean;
|
||||
|
@@ -7,7 +7,6 @@ export interface StorageConfigs {
|
||||
hiddenSideBar?: boolean;
|
||||
multiTagsCache?: boolean;
|
||||
keepAlive?: boolean;
|
||||
locale?: string;
|
||||
layout?: string;
|
||||
theme?: string;
|
||||
darkMode?: boolean;
|
||||
@@ -30,9 +29,6 @@ export interface StorageConfigs {
|
||||
}
|
||||
|
||||
export interface ResponsiveStorage {
|
||||
locale: {
|
||||
locale?: string;
|
||||
};
|
||||
layout: {
|
||||
layout?: string;
|
||||
theme?: string;
|
||||
|
Reference in New Issue
Block a user