forked from harmony_car/subject-two
fix:配置文件
This commit is contained in:
parent
c5a3d43e20
commit
539670425d
11
entry/src/main/ets/config/global.ts
Normal file
11
entry/src/main/ets/config/global.ts
Normal 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={
|
||||||
|
|
||||||
|
}
|
||||||
10
entry/src/main/ets/config/index.ts
Normal file
10
entry/src/main/ets/config/index.ts
Normal 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"
|
||||||
12
entry/src/main/ets/config/judge.ts
Normal file
12
entry/src/main/ets/config/judge.ts
Normal 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={
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user