mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(必剪): 通知权限 (#921)
* feat(必剪): 首页-开启通知权限请求(gkd-kit#920) * feat(必剪): 首页-开启通知权限请求-默认关闭
This commit is contained in:
16
src/apps/com.bilibili.studio.ts
Normal file
16
src/apps/com.bilibili.studio.ts
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.bilibili.studio',
|
||||||
|
name: '必剪',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
enable: false,
|
||||||
|
key: 0,
|
||||||
|
name: '首页-开启通知权限请求',
|
||||||
|
activityIds: 'com.bcut.homepage.widget.MainActivity',
|
||||||
|
rules: 'TextView[text="开启设置"] - TextView[text="取消"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12867401',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user