refactor(projects): 注入全局常量:PROJECT_BUILD_TIME - 构建时间

This commit is contained in:
Soybean
2021-11-05 22:55:30 +08:00
parent 3b3baf93ee
commit ec907f061c
8 changed files with 22 additions and 11 deletions

2
src/typings/global.d.ts vendored Normal file
View File

@ -0,0 +1,2 @@
/** 构建时间 */
declare const PROJECT_BUILD_TIME: string;

View File

@ -1,5 +0,0 @@
declare module 'makeit-captcha' {
import _default from 'makeit-captcha/es/src';
export default _default;
}