上传配置文件

This commit is contained in:
liwei 2022-10-20 11:24:10 +08:00
parent 800d0203d1
commit 5413e4966b

View File

@ -1,74 +1,37 @@
[ [
{ {
"msgid": "notify", "msgid": "notify",
"open": true,
"routrules": "~/worker", "routrules": "~/worker",
"describe": "公告系统" "describe": "公告系统"
}, },
{ {
"msgid": "forum", "msgid": "forum",
"open": true,
"routrules": "~/worker", "routrules": "~/worker",
"describe": "论坛系统" "describe": "论坛系统"
}, },
{
"msgid": "chat",
"open": true,
"routrules": "~/worker",
"describe": "聊天系统"
},
{ {
"msgid": "chat.chanagechannel", "msgid": "chat.chanagechannel",
"open": true,
"routrules": "~/worker", "routrules": "~/worker",
"describe": "聊天系统" "describe": "聊天系统"
}, },
{ {
"msgid": "chat.crosschannel", "msgid": "chat.crosschannel",
"open": true,
"routrules": "~/worker", "routrules": "~/worker",
"describe": "聊天系统" "describe": "聊天系统"
}, },
{ {
"msgid": "chat.getcrosslist", "msgid": "chat.getcrosslist",
"open": true,
"routrules": "~/worker", "routrules": "~/worker",
"describe": "聊天系统" "describe": "聊天系统"
}, },
{ {
"msgid": "chat.sendcross", "msgid": "chat.sendcross",
"open": true,
"routrules": "~/worker", "routrules": "~/worker",
"describe": "聊天系统" "describe": "聊天系统"
}, },
{ {
"msgid": "moonfantasy", "msgid": "moonfantasy",
"open": true,
"routrules": "~/worker", "routrules": "~/worker",
"describe": "月之秘境" "describe": "月之秘境"
},
{
"msgid": "hero.info",
"open": true,
"routrules": "~/worker",
"describe": "查询英雄详细"
},
{
"msgid": "friend.apply",
"open": true,
"routrules": "~/worker",
"describe": "好友申请"
},
{
"msgid": "friend.agree",
"open": true,
"routrules": "~/worker",
"describe": "同意"
},
{
"msgid": "friend.refuse",
"open": true,
"routrules": "~/worker",
"describe": "拒绝"
} }
] ]