diff --git a/lua/app/config/chapter_board.lua b/lua/app/config/chapter_board.lua index f989424e..6630b74b 100644 --- a/lua/app/config/chapter_board.lua +++ b/lua/app/config/chapter_board.lua @@ -7816,7 +7816,7 @@ local chapter_board = { }, { 4, - 4 + 1 }, { 0, @@ -7844,7 +7844,7 @@ local chapter_board = { }, { 4, - 4 + 1 }, { 0, @@ -7867,7 +7867,7 @@ local chapter_board = { 0 }, { - 2, + 7, 0 }, { @@ -7883,7 +7883,7 @@ local chapter_board = { 4 }, { - 2, + 7, 0 }, { @@ -7895,7 +7895,7 @@ local chapter_board = { 0 }, { - 2, + 7, 0 }, { @@ -7911,7 +7911,7 @@ local chapter_board = { 2 }, { - 2, + 7, 0 }, { @@ -7923,7 +7923,7 @@ local chapter_board = { 0 }, { - 2, + 7, 0 }, { @@ -7939,7 +7939,7 @@ local chapter_board = { 0 }, { - 2, + 7, 0 }, { @@ -7951,7 +7951,7 @@ local chapter_board = { 0 }, { - 2, + 7, 0 }, { @@ -7967,7 +7967,7 @@ local chapter_board = { 0 }, { - 2, + 7, 0 }, { diff --git a/lua/app/config/localization/localization_global_const.lua b/lua/app/config/localization/localization_global_const.lua index dec66e32..e0c6cac9 100644 --- a/lua/app/config/localization/localization_global_const.lua +++ b/lua/app/config/localization/localization_global_const.lua @@ -112,6 +112,10 @@ local LocalizationGlobalConst = STR_FREE = "STR_FREE", TODAY_REMAIN_TIMES = "TODAY_REMAIN_TIMES", 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 \ No newline at end of file diff --git a/lua/app/config/skill.lua b/lua/app/config/skill.lua index 73b4870a..db0fce13 100644 --- a/lua/app/config/skill.lua +++ b/lua/app/config/skill.lua @@ -2465,7 +2465,7 @@ local skill = { ["energy"]=10, ["link"]=1, ["position"]=3, - ["method"]=2, + ["method"]=1, ["battle_icon"]="6", ["effect_type"]=1, ["trigger"]=1, @@ -2518,7 +2518,7 @@ local skill = { ["energy"]=10, ["link"]=1, ["position"]=3, - ["method"]=2, + ["method"]=1, ["battle_icon"]="6", ["buff_condition"]={ { @@ -2581,7 +2581,7 @@ local skill = { ["energy"]=10, ["link"]=1, ["position"]=3, - ["method"]=2, + ["method"]=1, ["battle_icon"]="6", ["buff_condition"]={ { diff --git a/lua/app/config/strings/cn/global.lua b/lua/app/config/strings/cn/global.lua index 07e92ae9..47180099 100644 --- a/lua/app/config/strings/cn/global.lua +++ b/lua/app/config/strings/cn/global.lua @@ -112,6 +112,10 @@ local localization_global = ["STR_FREE"] = "免费", ["TODAY_REMAIN_TIMES"] = "今日剩余{0}次", ["BUY_ENERGY"] = "购买体力", + ["MAIL_TITLE"] = "邮箱", + ["BTN_DELETE_ALL_READ_MAIL"] = "删除已读邮件", + ["BTN_CLAIM_ALL"] = "领取所有", + ["BTN_READ"] = "读取", } return localization_global \ No newline at end of file