Skip to content

Commit e988f48

Browse files
committed
通用活动可被识别
1 parent b50e7c9 commit e988f48

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

src/common/funcList/312_通用活动.ts

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,26 @@ export class Func312 implements IFuncOrigin {
4444
desc: [
4545
1280, 720,
4646
[
47-
[left, 231, 239, 0x9f5045],
48-
[left, 267, 236, 0x9f5045],
49-
[center, 572, 239, 0x9f5045],
50-
[center, 688, 241, 0x9f5045],
51-
[center, 725, 237, 0x9f5045],
52-
[right, 1005, 241, 0x9f5045],
47+
[left, 260, 545, 0xeecfa0],
48+
[center, 468, 543, 0xedcfa4],
49+
[center, 539, 549, 0xe8c894],
50+
[center, 713, 546, 0xe6c692],
51+
[center, 922, 543, 0xefd1a3],
52+
[right, 998, 548, 0xe8c793],
5353
]
5454
],
5555
oper: [
56-
[center, 1280, 720, 181, 186, 1055, 291, 1000],
56+
[center, 1280, 720, 1065, 252, 1151, 425, 1000],
5757
]
58+
}, { // 2 界面识别(测试中)
59+
desc: [1280, 720,
60+
[
61+
[right, 832, 40, 0xd7c4a1],
62+
[right, 1028, 40, 0xd7c4a1],
63+
[right, 1237, 40, 0xd7c4a1],
64+
[left, 34, 37, 0xf6e8a9],
65+
]
66+
],
5867
}];
5968
operatorFunc(thisScript: Script, thisOperator: IFuncOperator[]): boolean {
6069
const thisConf = thisScript.scheme.config['312'];

0 commit comments

Comments
 (0)