Skip to content

Commit 475fec4

Browse files
authored
Merge pull request #98 from zzliux/hm_dev
fix: 修复斗技段位提升关闭按钮操作
2 parents b2fcd8a + 5e33f77 commit 475fec4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/common/funcList/030_斗技_杂项.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export class Func030 implements IFuncOrigin {
7070
[center, 470, 570, 0x31281d],
7171
],
7272
],
73-
oper: [[right, 1280, 720, 1166, 580, 1232, 638, 1000]],
73+
oper: [[right, 1280, 720, 1178, 32, 1227, 77, 1000]],
7474
}, { // 4 自动上阵
7575
desc: [1280, 720,
7676
[

src/common/version.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1431,6 +1431,9 @@ export const versionList = [{
14311431
}, {
14321432
version: '20251211_02',
14331433
desc: 'fix: 修复斗技保护段位识别问题'
1434+
}, {
1435+
version: '20251211_03',
1436+
desc: 'fix: 修复斗技段位提升关闭按钮操作'
14341437
}];
14351438

14361439
export default versionList[versionList.length - 1].version;

0 commit comments

Comments
 (0)