We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50e7c9 commit e988f48Copy full SHA for e988f48
src/common/funcList/312_通用活动.ts
@@ -44,17 +44,26 @@ export class Func312 implements IFuncOrigin {
44
desc: [
45
1280, 720,
46
[
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],
+ [left, 260, 545, 0xeecfa0],
+ [center, 468, 543, 0xedcfa4],
+ [center, 539, 549, 0xe8c894],
+ [center, 713, 546, 0xe6c692],
+ [center, 922, 543, 0xefd1a3],
+ [right, 998, 548, 0xe8c793],
53
]
54
],
55
oper: [
56
- [center, 1280, 720, 181, 186, 1055, 291, 1000],
+ [center, 1280, 720, 1065, 252, 1151, 425, 1000],
57
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
+ ],
67
}];
68
operatorFunc(thisScript: Script, thisOperator: IFuncOperator[]): boolean {
69
const thisConf = thisScript.scheme.config['312'];
0 commit comments