mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-20 18:35:36 +08:00
feat: increase support for multiple time zones
This commit is contained in:
@@ -3,4 +3,5 @@ export type * from './basic';
|
||||
export type * from './helper';
|
||||
export type * from './menu-record';
|
||||
export type * from './tabs';
|
||||
export type * from './user-profile';
|
||||
export type * from './vue-router';
|
||||
|
||||
9
packages/@core/base/typings/src/user-profile.d.ts
vendored
Normal file
9
packages/@core/base/typings/src/user-profile.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* 时区选项
|
||||
*/
|
||||
interface TimezoneOption {
|
||||
offset: number;
|
||||
timezone: string;
|
||||
}
|
||||
|
||||
export type { TimezoneOption };
|
||||
Reference in New Issue
Block a user