mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
27 lines
707 B
TypeScript
27 lines
707 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.zuoyebang.knowledge',
|
|
name: '作业帮家长版',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '更新提醒',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: '[id="com.zuoyebang.knowledge:id/cancel_button"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13695522',
|
|
},
|
|
{
|
|
key: 3,
|
|
name: '赏好评弹窗',
|
|
quickFind: true,
|
|
activityIds: 'com.baidu.homework.activity.init.InitActivity',
|
|
rules: 'TextView[id="com.zuoyebang.knowledge:id/btn_cancle"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13043228',
|
|
},
|
|
],
|
|
});
|