feat:文件列表与依赖列表

This commit is contained in:
Tianpao
2025-10-05 19:36:21 +08:00
parent f7cd96af43
commit ce2d44689d
11 changed files with 395 additions and 11 deletions

14
config.example.json Normal file
View File

@@ -0,0 +1,14 @@
{
"database":{
"host":"string",
"port":0,
"user":"string",
"database":"string",
"password":"string"
},
"express":{
"port":0,
"host":"",
"logger":true
}
}