mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-23 23:39:47 +08:00
feat(projects): theme store完成
This commit is contained in:
8
build/define/index.ts
Normal file
8
build/define/index.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import dayjs from 'dayjs';
|
||||
|
||||
/** 项目构建时间 */
|
||||
const PROJECT_BUILD_TIME = JSON.stringify(dayjs().format('YYYY-MM-DD HH:mm:ss'));
|
||||
|
||||
export const define = {
|
||||
PROJECT_BUILD_TIME
|
||||
};
|
@ -1 +1,2 @@
|
||||
export * from './plugins';
|
||||
export * from './define';
|
||||
|
Reference in New Issue
Block a user