fix:配置文件

This commit is contained in:
wangzhongjie 2024-03-12 15:24:45 +08:00
parent c5a3d43e20
commit 539670425d
3 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,11 @@
/*
* @Author: wangzhongjie
* @Date: 2024-03-07 10:54:53
* @LastEditors: wangzhongjie
* @LastEditTime: 2024-03-07 11:15:35
* @Description:
* @Email: shutdown0630@163.com
*/
export const GlobalConfig={
}

View File

@ -0,0 +1,10 @@
/*
* @Author: wangzhongjie
* @Date: 2024-03-07 10:54:19
* @LastEditors: wangzhongjie
* @LastEditTime: 2024-03-07 11:15:11
* @Description:
* @Email: shutdown0630@163.com
*/
export * from "./global"
export * from "./judge"

View File

@ -0,0 +1,12 @@
/*
* @Author: wangzhongjie
* @Date: 2024-03-07 10:54:33
* @LastEditors: wangzhongjie
* @LastEditTime: 2024-03-07 11:15:45
* @Description:
* @Email: shutdown0630@163.com
*/
export const JudgeConfig={
}