feat(必剪): 通知权限 (#921)

* feat(必剪): 首页-开启通知权限请求(gkd-kit#920)

* feat(必剪): 首页-开启通知权限请求-默认关闭
This commit is contained in:
aoguai 2023-10-11 23:41:51 +08:00 committed by GitHub
parent 19540a76d3
commit cc00c59d4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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',
},
],
});