Commit ab857f6c authored by nanahira's avatar nanahira

fix

parent b5a72131
Pipeline #43272 passed with stages
in 2 minutes and 30 seconds
{ {
"badwords": { "badwords": {
"file": "./config/badwords.json", "file": "./data/badwords.json",
"level0": ["滚", "衮", "操", "草", "艹", "狗", "日", "曰", "妈", "娘", "逼"], "level0": ["滚", "衮", "操", "草", "艹", "狗", "日", "曰", "妈", "娘", "逼"],
"level1": ["傻逼", "鸡巴"], "level1": ["傻逼", "鸡巴"],
"level2": ["死妈", "草你妈"], "level2": ["死妈", "草你妈"],
"level3": ["迷奸", "仿真枪"] "level3": ["迷奸", "仿真枪"]
}, },
"tips": { "tips": {
"file": "./config/tips.json", "file": "./data/tips.json",
"tips": [ "tips": [
"欢迎来到本服务器", "欢迎来到本服务器",
"本服务器使用萌卡代码搭建" "本服务器使用萌卡代码搭建"
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
"tips_zh": [] "tips_zh": []
}, },
"words": { "words": {
"file": "./config/words.json", "file": "./data/words.json",
"words": { "words": {
"test1": [ "test1": [
"test_word_1" "test_word_1"
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
} }
}, },
"dialogues": { "dialogues": {
"file": "./config/dialogues.json", "file": "./data/dialogues.json",
"dialogues": { "dialogues": {
"46986414": [ "46986414": [
"出来吧,我最强的仆人,黑魔导!" "出来吧,我最强的仆人,黑魔导!"
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
} }
}, },
"users": { "users": {
"file": "./config/admin_user.json", "file": "./data/admin_user.json",
"permission_examples": { "permission_examples": {
"sudo": { "sudo": {
"get_rooms": true, "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