mirror of
https://github.com/Geniusay/ChopperBot.git
synced 2026-05-23 04:39:41 +08:00
完成初始化基本模块
This commit is contained in:
BIN
FileModule/target/classes/org/example/bean/ModuleConfigSrc.class
Normal file
BIN
FileModule/target/classes/org/example/bean/ModuleConfigSrc.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
FileModule/target/classes/org/example/method/FileCondition.class
Normal file
BIN
FileModule/target/classes/org/example/method/FileCondition.class
Normal file
Binary file not shown.
BIN
FileModule/target/classes/org/example/util/FileUtil$1.class
Normal file
BIN
FileModule/target/classes/org/example/util/FileUtil$1.class
Normal file
Binary file not shown.
BIN
FileModule/target/classes/org/example/util/FileUtil.class
Normal file
BIN
FileModule/target/classes/org/example/util/FileUtil.class
Normal file
Binary file not shown.
BIN
FileModule/target/classes/org/example/util/JsonFileUtil.class
Normal file
BIN
FileModule/target/classes/org/example/util/JsonFileUtil.class
Normal file
Binary file not shown.
15
FileModule/target/classes/student.json
Normal file
15
FileModule/target/classes/student.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"age":18,
|
||||
"hobby":[
|
||||
"Coding",
|
||||
"Reading",
|
||||
"Playing"
|
||||
],
|
||||
"info":{
|
||||
"QQ":"123456789",
|
||||
"WeChat":"987654321"
|
||||
},
|
||||
"major":"CS",
|
||||
"name":"Genius",
|
||||
"school":"HUST"
|
||||
}
|
||||
1
FileModule/target/classes/student2.json
Normal file
1
FileModule/target/classes/student2.json
Normal file
@@ -0,0 +1 @@
|
||||
[{"age":18,"hobby":["Coding","Reading","Playing"],"info":{"QQ":"123456789","WeChat":"987654321"},"major":"CS","name":"Genius","school":"HUST"}]
|
||||
10
FileModule/target/classes/test.json
Normal file
10
FileModule/target/classes/test.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "ChopperBot",
|
||||
"description": "A bot for the ChopperMC server",
|
||||
"version": "1.0.0",
|
||||
"module": {
|
||||
"type": ["Account","Creeper","File","Hot","Publish","Section","SectionWork","VideoSection"],
|
||||
"main": "console",
|
||||
"ui": "console-ui"
|
||||
}
|
||||
}
|
||||
19
FileModule/target/classes/test2.json
Normal file
19
FileModule/target/classes/test2.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"module":{
|
||||
"ui":"console-ui",
|
||||
"main":"console",
|
||||
"type":[
|
||||
"Account",
|
||||
"Creeper",
|
||||
"File",
|
||||
"Hot",
|
||||
"Publish",
|
||||
"Section",
|
||||
"SectionWork",
|
||||
"VideoSection"
|
||||
]
|
||||
},
|
||||
"name":"ChopperBot",
|
||||
"description":"A bot for the ChopperMC server",
|
||||
"version":"1.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user