This commit is contained in:
daixiawu 2026-06-01 14:26:16 +08:00
parent 42f444122b
commit 617ba0f7aa
7 changed files with 5232 additions and 5302 deletions

View File

@ -2666,12 +2666,12 @@
"id": 269,
"title": "切换语言后 ranking没有刷新",
"description": "",
"status": "open",
"status": "fixed",
"priority": "medium",
"module": "",
"longTerm": false,
"createdAt": 1779810291469,
"updatedAt": 1779810291469
"updatedAt": 1780235873093
},
{
"id": 270,
@ -2765,12 +2765,12 @@
"id": 278,
"title": "一级蛇杀死文文会留下一个二级蛇的画面错误",
"description": "",
"status": "open",
"status": "fixed",
"priority": "medium",
"module": "",
"longTerm": false,
"createdAt": 1780063799230,
"updatedAt": 1780063799230
"updatedAt": 1780234960471
},
{
"id": 279,
@ -2864,12 +2864,12 @@
"id": 287,
"title": "铃仙齐射死亡的帆船不会消失",
"description": "",
"status": "open",
"status": "fixed",
"priority": "medium",
"module": "",
"longTerm": false,
"createdAt": 1780129369229,
"updatedAt": 1780129369229
"updatedAt": 1780234489875
},
{
"id": 288,

View File

@ -1649,7 +1649,7 @@ GameObject:
- component: {fileID: 7779047267693778439}
- component: {fileID: 4691325173353209094}
- component: {fileID: 1215446125938366919}
m_Layer: 5
m_Layer: 6
m_Name: PredictDamage
m_TagString: Untagged
m_Icon: {fileID: 0}

View File

@ -137,7 +137,8 @@ namespace TH1_UI.View.Outside
foreach (WonderTypeEnum wonderType in Enum.GetValues(typeof(WonderTypeEnum)))
if(wonderType != WonderTypeEnum.None)
for (uint k = 1; k <= 3; k++)
if(AchievementDataManager.Instance.IsFinished(3, (uint)wonderType, k)) now++;
if(AchievementDataManager.Instance.GetSmallIdByWonderAndEmpire(_empireList[i], wonderType, out var smallid) &&
AchievementDataManager.Instance.IsFinished(3, smallid, k)) now++;
AllStarText.text = now + " / " + sum;
}

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff