diff --git a/shared/resource/jsons/dic_zyz_chat_report.json b/shared/resource/jsons/dic_zyz_chat_report.json
new file mode 100644
index 000000000..2a0c66eaf
--- /dev/null
+++ b/shared/resource/jsons/dic_zyz_chat_report.json
@@ -0,0 +1,22 @@
+[
+ {
+ "id": 1,
+ "name": "涉政"
+ },
+ {
+ "id": 2,
+ "name": "广告"
+ },
+ {
+ "id": 3,
+ "name": "辱骂"
+ },
+ {
+ "id": 4,
+ "name": "欺诈"
+ },
+ {
+ "id": 5,
+ "name": "其它"
+ }
+]
\ No newline at end of file
diff --git a/shared/resource/jsons/dic_zyz_chat_system.json b/shared/resource/jsons/dic_zyz_chat_system.json
new file mode 100644
index 000000000..46fd67843
--- /dev/null
+++ b/shared/resource/jsons/dic_zyz_chat_system.json
@@ -0,0 +1,186 @@
+[
+ {
+ "id": 0,
+ "name": "ROLE_SEND_TEXT",
+ "mean": "玩家发送消息",
+ "type": "2&3&4&5",
+ "template": "%d",
+ "comments": "%d:玩家发送的消息内容"
+ },
+ {
+ "id": 1,
+ "name": "PRIVATE_SEND_GIFT",
+ "mean": "发送礼物",
+ "type": "5&",
+ "template": "我挥了挥小手,给你送了%d,你一定要喜欢哦!",
+ "comments": "1:%d(赠送的道具)"
+ },
+ {
+ "id": 2,
+ "name": "TEAM_ROLE",
+ "mean": "玩家发送组队消息",
+ "type": "5&",
+ "template": "%d发起组队邀请,诚邀您加入寻宝队伍,加入",
+ "comments": "1:%d(发出组队邀请的玩家名);2:%d(跳转链接)"
+ },
+ {
+ "id": 3,
+ "name": "HERO_QUALITY_UP",
+ "mean": "武将升品",
+ "type": "1&",
+ "template": "恭喜%d将%d升品至%d",
+ "comments": "1:%d(玩家名);2:%d(武将名);3.%d(武将品质)"
+ },
+ {
+ "id": 4,
+ "name": "COMPOSE_ORANGE_HERO",
+ "mean": "玩家获得传奇武将(橙)",
+ "type": "1&",
+ "template": "恭喜%d时来运转,获得神话武将%d",
+ "comments": "1:%d(玩家名);2:%d(武将名)"
+ },
+ {
+ "id": 5,
+ "name": "HERO_STAR_MAX",
+ "mean": "武将满星",
+ "type": "1&",
+ "template": "恭喜%d将%d培养至彩星满星",
+ "comments": "1:%d(玩家名);2:%d(武将名)"
+ },
+ {
+ "id": 6,
+ "name": "GUILD_NOTICE",
+ "mean": "军团修改公告",
+ "type": "3&",
+ "template": "公告:%d",
+ "comments": "%d:玩家发送的消息内容"
+ },
+ {
+ "id": 7,
+ "name": "GUILD_STRUCTURE_LV_UP",
+ "mean": "军团升级建筑",
+ "type": "3&",
+ "template": "恭喜各位小将军,军团%d已升至%d级",
+ "comments": "1:%d(军团名);2:%d(军团升级后的等级数)"
+ },
+ {
+ "id": 8,
+ "name": "GUILD_TRAIN_SUC",
+ "mean": "军团练兵场压制成功",
+ "type": "3&",
+ "template": "军团据点%d被成功压制,对应宝藏已开启,请各位成员前往领取宝藏",
+ "comments": "1:%d(武将名)"
+ },
+ {
+ "id": 9,
+ "name": "GUILD_BOSS_SUC",
+ "mean": "军团BOSS胜利",
+ "type": "3&",
+ "template": "恭喜各位小将军,军团BOSS%d被成功压制,拍卖行即将开启",
+ "comments": "1:%d(BOSS名)"
+ },
+ {
+ "id": 10,
+ "name": "EQUIP_REFINE_SUC",
+ "mean": "玩家首次精炼成功",
+ "type": "1&",
+ "template": "恭喜%d,成功将%d进行精炼",
+ "comments": "1:%d(玩家名);2:%d(装备名)"
+ },
+ {
+ "id": 11,
+ "name": "EQUIP_COMPOSE_SUIT",
+ "mean": "装备合成套装",
+ "type": "1&",
+ "template": "恭喜%d,合成套装装备%d",
+ "comments": "1:%d(玩家名);2:%d(装备名)"
+ },
+ {
+ "id": 12,
+ "name": "EQUIP_COMPOSE_ORANGE",
+ "mean": "装备合成出橙色品质及其以上装备",
+ "type": "1&",
+ "template": "恭喜%d,获得%d",
+ "comments": "1:%d(玩家名);2:%d(装备名)"
+ },
+ {
+ "id": 13,
+ "name": "JEWEL_COMPOSE",
+ "mean": "宝石合成7阶及其以上",
+ "type": "1&",
+ "template": "恭喜%d,合成出%d阶的%d",
+ "comments": "1:%d(玩家名);2:%d(宝石阶数);3.%d(宝石名)"
+ },
+ {
+ "id": 14,
+ "name": "ORANGE_BLUEPRT_COMPOSE",
+ "mean": "合成橙色及其以上藏宝图",
+ "type": "1&",
+ "template": "恭喜%d,合成%d",
+ "comments": "1:%d(玩家名);2:%d(藏宝图名)"
+ },
+ {
+ "id": 15,
+ "name": "TOWER_SUC",
+ "mean": "镇念塔100层后每通关50层",
+ "type": "1&",
+ "template": "恭喜%d,镇念塔通关%d层",
+ "comments": "1:%d(玩家名);2:%d(镇念塔层数)"
+ },
+ {
+ "id": 16,
+ "name": "MYSTERY_FIRST_SUC",
+ "mean": "秘境首通",
+ "type": "1&",
+ "template": "恭喜%d,在秘境中成功压制通关%d",
+ "comments": "1:%d(玩家名);2:%d(关卡名)"
+ },
+ {
+ "id": 17,
+ "name": "VESTIGE_FIRST_SUC",
+ "mean": "遗迹首通",
+ "type": "1&",
+ "template": "恭喜%d,在遗迹中成功压制通关%d",
+ "comments": "1:%d(玩家名);2:%d(关卡名)"
+ },
+ {
+ "id": 18,
+ "name": "TEAM_INVITE",
+ "mean": "组队一键邀请",
+ "type": "2&3",
+ "template": "%d发起组队邀请,诚邀各路侠士加入寻宝队伍,加入",
+ "comments": "1:%d(发出组队邀请的玩家名);2:%d(跳转链接)"
+ },
+ {
+ "id": 19,
+ "name": "HERO_WAKEUP",
+ "mean": "武将觉醒",
+ "type": "1&",
+ "template": "恭喜%d,成功将%d觉醒",
+ "comments": "1:%d(玩家名);2:%d(武将名)"
+ },
+ {
+ "id": 20,
+ "name": "EQUIP_REFRESH_BEST",
+ "mean": "装备洗炼出特殊属性",
+ "type": "1&",
+ "template": "%d锲而不舍,将%d洗炼出极品属性",
+ "comments": "1:%d(玩家名);2:%d(装备名)"
+ },
+ {
+ "id": 21,
+ "name": "ACQUIRE_RARE_GOODS",
+ "mean": "掉落其他稀有道具",
+ "type": "1&",
+ "template": "%d福星高照,获得稀有物资%d",
+ "comments": "1:%d(玩家名);2:%d(物品名)"
+ },
+ {
+ "id": 22,
+ "name": "GROUP_SEND_GIFT",
+ "mean": "发送礼物",
+ "type": "1&",
+ "template": "%d赠送给%d%d",
+ "comments": "1:%d(赠送的玩家名);2:%d(赠送的玩家名);3.%d(赠送的道具)"
+ }
+]
\ No newline at end of file