mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
style(projects): format code
This commit is contained in:
41
src/typings/storage.d.ts
vendored
41
src/typings/storage.d.ts
vendored
@ -1,11 +1,7 @@
|
||||
/**
|
||||
* the storage namespace
|
||||
*/
|
||||
/** The storage namespace */
|
||||
declare namespace StorageType {
|
||||
interface Session {
|
||||
/**
|
||||
* the theme color
|
||||
*/
|
||||
/** The theme color */
|
||||
themeColor: string;
|
||||
// /**
|
||||
// * the theme settings
|
||||
@ -14,38 +10,25 @@ declare namespace StorageType {
|
||||
}
|
||||
|
||||
interface Local {
|
||||
/**
|
||||
* the i18n language
|
||||
*/
|
||||
/** The i18n language */
|
||||
lang: App.I18n.LangType;
|
||||
/**
|
||||
* the token
|
||||
*/
|
||||
/** The token */
|
||||
token: string;
|
||||
/**
|
||||
* the refresh token
|
||||
*/
|
||||
/** The refresh token */
|
||||
refreshToken: string;
|
||||
/**
|
||||
* the user info
|
||||
*/
|
||||
/** The user info */
|
||||
userInfo: Api.Auth.UserInfo;
|
||||
/**
|
||||
* the theme color
|
||||
*/
|
||||
/** The theme color */
|
||||
themeColor: string;
|
||||
/**
|
||||
* the theme settings
|
||||
*/
|
||||
/** The theme settings */
|
||||
themeSettings: App.Theme.ThemeSetting;
|
||||
/**
|
||||
* the override theme flags
|
||||
* @description the value is the build time of the project
|
||||
* The override theme flags
|
||||
*
|
||||
* The value is the build time of the project
|
||||
*/
|
||||
overrideThemeFlag: string;
|
||||
/**
|
||||
* the global tabs
|
||||
*/
|
||||
/** The global tabs */
|
||||
globalTabs: App.Global.Tab[];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user