mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
27 lines
744 B
TypeScript
27 lines
744 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.chaoxing.mobile',
|
|
name: '学习通',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
quickFind: true,
|
|
activityIds: 'com.chaoxing.mobile.activity.SplashActivity',
|
|
rules: '[id="com.chaoxing.mobile:id/jump_view"]',
|
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12708472',
|
|
},
|
|
{
|
|
key: 10,
|
|
name: '开启消息通知',
|
|
desc: '自动点击关闭',
|
|
enable: false,
|
|
quickFind: true,
|
|
activityIds: 'com.chaoxing.mobile.main.ui.MainTabActivity',
|
|
rules: '[id="com.chaoxing.mobile:id/vNotificationItemClose"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13197374',
|
|
},
|
|
],
|
|
});
|