Skip to content

Commit 4b75991

Browse files
author
minglu7
committed
chore: 补充activiIds 和exampleUrls
1 parent 05e7535 commit 4b75991

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

src/apps/com.bilibili.app.in.ts

+13-1
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,19 @@ export default defineGkdApp({
4040
resetMatch: 'app',
4141
rules: [
4242
{
43+
activityIds: [
44+
'com.android.launcher.Launcher',
45+
'com.bilibili.bplus.im.communication.HomeCommunicationActivity',
46+
],
4347
matches: '@[vid="close"][text^="暂不"] + [vid="open"][text="去开启"]',
44-
snapshotUrls: 'https://i.gkd.li/i/13399195',
48+
snapshotUrls: [
49+
'https://i.gkd.li/i/13399195',
50+
'https://i.gkd.li/i/18392097',
51+
],
52+
exampleUrls: [
53+
'https://e.gkd.li/4d0bfc81-05fb-498d-8c84-0c99c2abd97a',
54+
'https://e.gkd.li/283c2be2-80d7-43ab-976c-0896e678fc49',
55+
],
4556
},
4657
],
4758
},
@@ -57,6 +68,7 @@ export default defineGkdApp({
5768
activityIds: 'tv.danmaku.bili.MainActivityV2',
5869
matches: '@[vid="close"][text$="暂不"] + [vid="open"][text="去开启"]',
5970
snapshotUrls: 'https://i.gkd.li/i/15907493',
71+
exampleUrls: 'https://e.gkd.li/e67d6d21-f09b-44b0-bf91-8b9fa0670e27',
6072
},
6173
],
6274
},

0 commit comments

Comments
 (0)