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;
|
||||
Reference in New Issue
Block a user