完成初始化基本模块

This commit is contained in:
userA
2023-04-20 21:39:09 +08:00
parent f301b4484f
commit d342c8167f
35 changed files with 412 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
{
"age":18,
"hobby":[
"Coding",
"Reading",
"Playing"
],
"info":{
"QQ":"123456789",
"WeChat":"987654321"
},
"major":"CS",
"name":"Genius",
"school":"HUST"
}

View File

@@ -0,0 +1 @@
[{"age":18,"hobby":["Coding","Reading","Playing"],"info":{"QQ":"123456789","WeChat":"987654321"},"major":"CS","name":"Genius","school":"HUST"}]

View 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"
}
}

View 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"
}