feat(猫眼): 权限提示-开启通知弹窗 (#724)

This commit is contained in:
Firefly
2025-01-19 18:26:20 +08:00
committed by GitHub
parent bc3fa81adf
commit 773d8c4de4

View File

@@ -0,0 +1,22 @@
import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'com.sankuai.movie',
name: '猫眼',
groups: [
{
key: 1,
name: '权限提示-开启通知弹窗',
fastQuery: true,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches:
'@ImageView[clickable=true][visibleToUser=true] - * > [text="开启通知"]',
snapshotUrls: 'https://i.gkd.li/i/18455375',
},
],
},
],
});