forked from harmony_car/subject-two
Compare commits
2 Commits
3bc3715f19
...
db34b293ea
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
db34b293ea | ||
|
|
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