From cc00c59d4ae8daf4c8beb7bb6bf753d772a5b564 Mon Sep 17 00:00:00 2001 From: aoguai <34203474+aoguai@users.noreply.github.com> Date: Wed, 11 Oct 2023 23:41:51 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BF=85=E5=89=AA):=20=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E6=9D=83=E9=99=90=20(#921)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(必剪): 首页-开启通知权限请求(gkd-kit#920) * feat(必剪): 首页-开启通知权限请求-默认关闭 --- src/apps/com.bilibili.studio.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/apps/com.bilibili.studio.ts diff --git a/src/apps/com.bilibili.studio.ts b/src/apps/com.bilibili.studio.ts new file mode 100644 index 00000000..4f8cd0c8 --- /dev/null +++ b/src/apps/com.bilibili.studio.ts @@ -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', + }, + ], +});