Skip to content

Commit 8a1fc76

Browse files
committed
fix: 018每日悬赏不返回的问题
1 parent 8408c15 commit 8a1fc76

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

src/common/funcList/018_每日悬赏.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -244,13 +244,13 @@ export class Func018 implements IFuncOrigin {
244244
desc: [
245245
1280, 720,
246246
[
247-
[left, 39, 49, 0xc3cce1],
248-
[left, 49, 37, 0xc2cbe0],
249-
[left, 159, 64, 0x000000],
250-
[left, 253, 48, 0x593716],
251-
[left, 261, 40, 0xe1be54],
247+
[left, 45, 48, 0xf5e5a5],
248+
[left, 38, 34, 0x95653c],
249+
[left, 159, 64, 0x333141],
250+
[left, 228, 65, 0x323040],
251+
[left, 317, 46, 0x1e1d25],
252252
[right, 1190, 607, 0xe4dac3],
253-
[left, 199, 34, 0x060506],
253+
[left, 228, 28, 0x282534],
254254
[right, 1186, 609, 0xe4dac4],
255255
[right, 1205, 664, 0xe2d7c1],
256256
]

src/common/version.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,6 +1455,9 @@ export const versionList = [{
14551455
}, {
14561456
version: '20251231_02',
14571457
desc: 'fix: 修复现世逢魔,阴阳寮神社页面'
1458+
}, {
1459+
version: '20251231_03',
1460+
desc: 'fix: 018每日悬赏不返回的问题',
14581461
}];
14591462

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

0 commit comments

Comments
 (0)