Compare commits

..

2 Commits

Author SHA1 Message Date
wangzhongjie
db34b293ea Merge branch 'main' of http://88.22.24.105:3000/wangzhongjie/subject-two 2024-03-12 15:24:54 +08:00
wangzhongjie
539670425d fix:配置文件 2024-03-12 15:24:45 +08:00
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={
}