mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
18 lines
483 B
TypeScript
18 lines
483 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.baidu.baike',
|
|
name: '百度百科',
|
|
deprecatedKeys: [0],
|
|
groups: [
|
|
{
|
|
key: 10,
|
|
name: '请求通知权限弹窗',
|
|
desc: '自动点击【不允许】',
|
|
activityIds: 'com.baidu.baike.component.push.NotificationEnableDialog',
|
|
rules: '[text^="打开推送通知"] +2 [text="不允许"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12755717',
|
|
},
|
|
],
|
|
});
|