Skip to content

Commit 773d8c4

Browse files
authored
feat(猫眼): 权限提示-开启通知弹窗 (#724)
1 parent bc3fa81 commit 773d8c4

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/apps/com.sankuai.movie.ts

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
import { defineGkdApp } from '@gkd-kit/define';
2+
3+
export default defineGkdApp({
4+
id: 'com.sankuai.movie',
5+
name: '猫眼',
6+
groups: [
7+
{
8+
key: 1,
9+
name: '权限提示-开启通知弹窗',
10+
fastQuery: true,
11+
actionMaximum: 1,
12+
resetMatch: 'app',
13+
rules: [
14+
{
15+
matches:
16+
'@ImageView[clickable=true][visibleToUser=true] - * > [text="开启通知"]',
17+
snapshotUrls: 'https://i.gkd.li/i/18455375',
18+
},
19+
],
20+
},
21+
],
22+
});

0 commit comments

Comments
 (0)