mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 07:45:10 +08:00
feat: UU远程-通知权限 (#1502)
This commit is contained in:
23
src/apps/com.netease.uuremote.ts
Normal file
23
src/apps/com.netease.uuremote.ts
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
import { defineGkdApp } from '@gkd-kit/define';
|
||||||
|
|
||||||
|
export default defineGkdApp({
|
||||||
|
id: 'com.netease.uuremote',
|
||||||
|
name: 'UU远程',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '权限提示-通知提示',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds: 'com.remote.app.ui.activity.MainActivity',
|
||||||
|
matches: [
|
||||||
|
'[text="开启消息通知"]',
|
||||||
|
'[text="以后再说"][clickable=true]',
|
||||||
|
],
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/23787454',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user