Skip to content

Commit 8c8e2cb

Browse files
committed
perf(Soul): 更新提示
1 parent 6bc31ba commit 8c8e2cb

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/apps/cn.soulapp.android.ts

+10-2
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,25 @@ export default defineGkdApp({
6060
actionMaximum: 1,
6161
resetMatch: 'app',
6262
actionMaximumKey: 0,
63-
activityIds: '.component.startup.main.MainActivity',
63+
activityIds: [
64+
'.component.startup.main.MainActivity',
65+
'.component.chat.ConversationActivity',
66+
],
6467
rules: [
6568
{
6669
key: 0,
6770
matches:
6871
'@[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+
],
7077
},
7178
{
7279
key: 1,
7380
matches: '[text="升级体验"] - [text="关闭"]',
81+
exampleUrls: 'https://e.gkd.li/8980a9a6-5ea3-4d61-afdb-e22ffbf1cbde',
7482
snapshotUrls: 'https://i.gkd.li/i/15034131',
7583
},
7684
],

0 commit comments

Comments
 (0)