This commit is contained in:
HuanLinMaster
2022-07-13 13:15:34 +08:00
committed by GitHub
commit 8ef32a55aa
8 changed files with 1192 additions and 0 deletions

8
global.json Normal file
View File

@ -0,0 +1,8 @@
{
"sendMail": false,
"mailConfig": {
"user":"",
"pass":"",
"mailto":""
}
}