mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(猫眼): 权限提示-开启通知弹窗 (#724)
This commit is contained in:
22
src/apps/com.sankuai.movie.ts
Normal file
22
src/apps/com.sankuai.movie.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user