Commit ab857f6c authored by nanahira's avatar nanahira

fix

parent b5a72131
Pipeline #43272 passed with stages
in 2 minutes and 30 seconds
{
"badwords": {
"file": "./config/badwords.json",
"file": "./data/badwords.json",
"level0": ["滚", "衮", "操", "草", "艹", "狗", "日", "曰", "妈", "娘", "逼"],
"level1": ["傻逼", "鸡巴"],
"level2": ["死妈", "草你妈"],
"level3": ["迷奸", "仿真枪"]
},
"tips": {
"file": "./config/tips.json",
"file": "./data/tips.json",
"tips": [
"欢迎来到本服务器",
"本服务器使用萌卡代码搭建"
......@@ -15,7 +15,7 @@
"tips_zh": []
},
"words": {
"file": "./config/words.json",
"file": "./data/words.json",
"words": {
"test1": [
"test_word_1"
......@@ -26,7 +26,7 @@
}
},
"dialogues": {
"file": "./config/dialogues.json",
"file": "./data/dialogues.json",
"dialogues": {
"46986414": [
"出来吧,我最强的仆人,黑魔导!"
......@@ -45,7 +45,7 @@
}
},
"users": {
"file": "./config/admin_user.json",
"file": "./data/admin_user.json",
"permission_examples": {
"sudo": {
"get_rooms": true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment