更新配置

This commit is contained in:
chenxi 2023-05-19 21:57:36 +08:00
parent b1671c98cd
commit 2f24834d5e
4 changed files with 21 additions and 13 deletions

View File

@ -7816,7 +7816,7 @@ local chapter_board = {
}, },
{ {
4, 4,
4 1
}, },
{ {
0, 0,
@ -7844,7 +7844,7 @@ local chapter_board = {
}, },
{ {
4, 4,
4 1
}, },
{ {
0, 0,
@ -7867,7 +7867,7 @@ local chapter_board = {
0 0
}, },
{ {
2, 7,
0 0
}, },
{ {
@ -7883,7 +7883,7 @@ local chapter_board = {
4 4
}, },
{ {
2, 7,
0 0
}, },
{ {
@ -7895,7 +7895,7 @@ local chapter_board = {
0 0
}, },
{ {
2, 7,
0 0
}, },
{ {
@ -7911,7 +7911,7 @@ local chapter_board = {
2 2
}, },
{ {
2, 7,
0 0
}, },
{ {
@ -7923,7 +7923,7 @@ local chapter_board = {
0 0
}, },
{ {
2, 7,
0 0
}, },
{ {
@ -7939,7 +7939,7 @@ local chapter_board = {
0 0
}, },
{ {
2, 7,
0 0
}, },
{ {
@ -7951,7 +7951,7 @@ local chapter_board = {
0 0
}, },
{ {
2, 7,
0 0
}, },
{ {
@ -7967,7 +7967,7 @@ local chapter_board = {
0 0
}, },
{ {
2, 7,
0 0
}, },
{ {

View File

@ -112,6 +112,10 @@ local LocalizationGlobalConst =
STR_FREE = "STR_FREE", STR_FREE = "STR_FREE",
TODAY_REMAIN_TIMES = "TODAY_REMAIN_TIMES", TODAY_REMAIN_TIMES = "TODAY_REMAIN_TIMES",
BUY_ENERGY = "BUY_ENERGY", BUY_ENERGY = "BUY_ENERGY",
MAIL_TITLE = "MAIL_TITLE",
BTN_DELETE_ALL_READ_MAIL = "BTN_DELETE_ALL_READ_MAIL",
BTN_CLAIM_ALL = "BTN_CLAIM_ALL",
BTN_READ = "BTN_READ",
} }
return LocalizationGlobalConst return LocalizationGlobalConst

View File

@ -2465,7 +2465,7 @@ local skill = {
["energy"]=10, ["energy"]=10,
["link"]=1, ["link"]=1,
["position"]=3, ["position"]=3,
["method"]=2, ["method"]=1,
["battle_icon"]="6", ["battle_icon"]="6",
["effect_type"]=1, ["effect_type"]=1,
["trigger"]=1, ["trigger"]=1,
@ -2518,7 +2518,7 @@ local skill = {
["energy"]=10, ["energy"]=10,
["link"]=1, ["link"]=1,
["position"]=3, ["position"]=3,
["method"]=2, ["method"]=1,
["battle_icon"]="6", ["battle_icon"]="6",
["buff_condition"]={ ["buff_condition"]={
{ {
@ -2581,7 +2581,7 @@ local skill = {
["energy"]=10, ["energy"]=10,
["link"]=1, ["link"]=1,
["position"]=3, ["position"]=3,
["method"]=2, ["method"]=1,
["battle_icon"]="6", ["battle_icon"]="6",
["buff_condition"]={ ["buff_condition"]={
{ {

View File

@ -112,6 +112,10 @@ local localization_global =
["STR_FREE"] = "免费", ["STR_FREE"] = "免费",
["TODAY_REMAIN_TIMES"] = "今日剩余{0}次", ["TODAY_REMAIN_TIMES"] = "今日剩余{0}次",
["BUY_ENERGY"] = "购买体力", ["BUY_ENERGY"] = "购买体力",
["MAIL_TITLE"] = "邮箱",
["BTN_DELETE_ALL_READ_MAIL"] = "删除已读邮件",
["BTN_CLAIM_ALL"] = "领取所有",
["BTN_READ"] = "读取",
} }
return localization_global return localization_global