File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -60,17 +60,25 @@ export default defineGkdApp({
60
60
actionMaximum : 1 ,
61
61
resetMatch : 'app' ,
62
62
actionMaximumKey : 0 ,
63
- activityIds : '.component.startup.main.MainActivity' ,
63
+ activityIds : [
64
+ '.component.startup.main.MainActivity' ,
65
+ '.component.chat.ConversationActivity' ,
66
+ ] ,
64
67
rules : [
65
68
{
66
69
key : 0 ,
67
70
matches :
68
71
'@[id="cn.soulapp.android:id/img_close"] -2 RelativeLayout > [text="升级到最新版本"]' ,
69
- snapshotUrls : 'https://i.gkd.li/i/13693361' ,
72
+ exampleUrls : 'https://e.gkd.li/b8aedb39-1ef1-4b41-80da-0948614d9c7f' ,
73
+ snapshotUrls : [
74
+ 'https://i.gkd.li/i/13693361' ,
75
+ 'https://i.gkd.li/i/18096443' ,
76
+ ] ,
70
77
} ,
71
78
{
72
79
key : 1 ,
73
80
matches : '[text="升级体验"] - [text="关闭"]' ,
81
+ exampleUrls : 'https://e.gkd.li/8980a9a6-5ea3-4d61-afdb-e22ffbf1cbde' ,
74
82
snapshotUrls : 'https://i.gkd.li/i/15034131' ,
75
83
} ,
76
84
] ,
You can’t perform that action at this time.
0 commit comments