上传配置
This commit is contained in:
parent
9144f86968
commit
aa768e49fe
File diff suppressed because it is too large
Load Diff
@ -515,27 +515,5 @@
|
|||||||
},
|
},
|
||||||
"reword": [],
|
"reword": [],
|
||||||
"duration": 720
|
"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
|
|
||||||
}
|
}
|
||||||
]
|
]
|
@ -6,7 +6,7 @@
|
|||||||
"text": "驯龙篇--第一幕"
|
"text": "驯龙篇--第一幕"
|
||||||
},
|
},
|
||||||
"name": {
|
"name": {
|
||||||
"key": "A",
|
"key": "tipstxt_tipstxt_main_name_01",
|
||||||
"text": "拯救希卡普"
|
"text": "拯救希卡普"
|
||||||
},
|
},
|
||||||
"txt": {
|
"txt": {
|
||||||
|
File diff suppressed because it is too large
Load Diff
14
sys/configure/structs/Task.EShowMode.go
Normal file
14
sys/configure/structs/Task.EShowMode.go
Normal 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
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user