mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
refactor(projects): 注入全局常量:PROJECT_BUILD_TIME - 构建时间
This commit is contained in:
2
src/typings/global.d.ts
vendored
Normal file
2
src/typings/global.d.ts
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
/** 构建时间 */
|
||||
declare const PROJECT_BUILD_TIME: string;
|
5
src/typings/makeit-captcha.d.ts
vendored
5
src/typings/makeit-captcha.d.ts
vendored
@ -1,5 +0,0 @@
|
||||
declare module 'makeit-captcha' {
|
||||
import _default from 'makeit-captcha/es/src';
|
||||
|
||||
export default _default;
|
||||
}
|
Reference in New Issue
Block a user