mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-13 10:25:06 +08:00
✨ 2023-05-10:feat: 新增锁屏功能
This commit is contained in:
3
types/global.d.ts
vendored
3
types/global.d.ts
vendored
@ -14,6 +14,9 @@ declare global {
|
||||
|
||||
type LocaleType = 'zh-CN' | 'en'
|
||||
|
||||
declare type TimeoutHandle = ReturnType<typeof setTimeout>
|
||||
declare type IntervalHandle = ReturnType<typeof setInterval>
|
||||
|
||||
type AxiosHeaders =
|
||||
| 'application/json'
|
||||
| 'application/x-www-form-urlencoded'
|
||||
|
Reference in New Issue
Block a user