上传配置

This commit is contained in:
liwei1dao 2024-02-02 20:03:26 +08:00
parent 9144f86968
commit aa768e49fe
5 changed files with 1576 additions and 2732 deletions

File diff suppressed because it is too large Load Diff

View File

@ -515,27 +515,5 @@
},
"reword": [],
"duration": 720
},
{
"id": "PlunderRankingReward",
"title": {
"key": "mail_mail_title_24",
"text": "海岛排行奖励"
},
"postmark": "yj_icon_yc_mfjl",
"recipient": {
"key": "mail_mail_recipient_24",
"text": "亲爱的玩家:"
},
"content": {
"key": "mail_mail_content_8",
"text": "获得第{0}名,奖励请查收。"
},
"sender": {
"key": "mail_mail_sender_24",
"text": "系统"
},
"reword": [],
"duration": 720
}
]

View File

@ -6,7 +6,7 @@
"text": "驯龙篇--第一幕"
},
"name": {
"key": "A",
"key": "tipstxt_tipstxt_main_name_01",
"text": "拯救希卡普"
},
"txt": {

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,14 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
package cfg
const (
TaskEShowMode_ALL = 0
TaskEShowMode_Single = 1
)