@@ -235,7 +235,7 @@ namespace GFGGame
}
if (FieldWorkDataManager.Instance.MaxLevelId != 0)
{
- AlertUI.Show("一键通关不消耗服装和词牌的使用次数,每周可使用一次,是否快速通关?")
+ AlertUI.Show("一键通关不消耗服装和词牌的使用次数,是否快速通关?")
.SetLeftButton(true, "否").SetRightButton(true, "是", async (object data) =>
bool result = await FieldWorkSproxy.ReqFieldWorkOneClickPass();