mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 20:25:30 +08:00
feat(必剪): 通知权限 (#921)
* feat(必剪): 首页-开启通知权限请求(gkd-kit#920) * feat(必剪): 首页-开启通知权限请求-默认关闭
This commit is contained in:
parent
19540a76d3
commit
cc00c59d4a
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',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user