@@ -8,9 +8,7 @@ export default defineAppConfig({
8
8
{
9
9
key : 1 ,
10
10
name : '分段广告-首页文档列表广告' ,
11
- exampleUrls : [
12
- 'https://github.com/gkd-kit/subscription/assets/38517192/57787554-0443-4bc0-9f29-1759aae07b9b' ,
13
- ] ,
11
+ quickFind : true ,
14
12
activityIds : [
15
13
'cn.wps.moffice.main.StartPublicActivity' ,
16
14
'cn.wps.moffice.documentmanager.PreStartActivity' ,
@@ -19,15 +17,16 @@ export default defineAppConfig({
19
17
rules : [
20
18
{
21
19
key : 0 ,
22
- matches : '[id$=" /nativeclose"]' ,
20
+ matches : '[id="com.mopub.ad.xiaomi:id /nativeclose"]' ,
23
21
snapshotUrls : [
24
22
'https://i.gkd.li/i/12505350' ,
25
23
'https://i.gkd.li/i/12505286' ,
26
24
] ,
27
25
} ,
28
26
{
29
- preKeys : 0 ,
30
- matches : '[text="关闭当前广告"||text="不喜欢此广告"]' ,
27
+ preKeys : [ 0 ] ,
28
+ key : 99 ,
29
+ matches : '[text="不喜欢此广告"]' ,
31
30
snapshotUrls : [
32
31
'https://i.gkd.li/i/12505365' ,
33
32
'https://i.gkd.li/i/13259090' ,
@@ -52,6 +51,7 @@ export default defineAppConfig({
52
51
{
53
52
key : 3 ,
54
53
name : '更新提示' ,
54
+ quickFind : true ,
55
55
matchTime : 10000 ,
56
56
actionMaximum : 1 ,
57
57
resetMatch : 'app' ,
@@ -63,6 +63,7 @@ export default defineAppConfig({
63
63
key : 4 ,
64
64
name : '功能类-开启WPS云服务' ,
65
65
desc : '自动点击不开启' ,
66
+ quickFind : true ,
66
67
activityIds : [
67
68
'cn.wps.moffice.main.cloud.roaming.login.core.QingLoginActivity' ,
68
69
'com.tencent.mm.plugin.webview.ui.tools.SDKOAuthUI' ,
@@ -86,10 +87,9 @@ export default defineAppConfig({
86
87
} ,
87
88
{
88
89
key : 5 ,
89
- name : '局部广告-文档末尾广告' ,
90
- activityIds : [
91
- 'cn.wps.moffice.writer.multiactivity.Writer' , //Writer1,Writer2...
92
- ] ,
90
+ name : '分段广告-文档末尾广告' ,
91
+ quickFind : true ,
92
+ activityIds : 'cn.wps.moffice.writer.multiactivity.Writer' ,
93
93
rules : [
94
94
{
95
95
key : 1 ,
@@ -128,11 +128,12 @@ export default defineAppConfig({
128
128
{
129
129
key : 8 ,
130
130
name : '全屏广告-体验超级会员弹窗' ,
131
+ quickFind : true ,
131
132
rules : [
132
133
{
133
134
activityIds : 'cn.wps.moffice.main.local.HomeRootActivity' ,
134
135
matches :
135
- '[id="cn.wps.moffice_eng:id/push_tips_ptr_super_webview" ] >6 TextView[index=2 ]' ,
136
+ 'View[childCount=3 ] > Image[text!=null] +2 @TextView[clickable=true] <<n [vid="push_tips_ptr_super_webview" ]' ,
136
137
snapshotUrls : 'https://i.gkd.li/i/13945835' ,
137
138
} ,
138
139
] ,
0 commit comments