mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
17 lines
437 B
TypeScript
17 lines
437 B
TypeScript
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',
|
|
},
|
|
],
|
|
});
|