Files
AIsouler-GKD_subscription/src/apps/com.zuoyebang.knowledge.ts
2024-12-05 23:25:12 +08:00

38 lines
898 B
TypeScript

import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'com.zuoyebang.knowledge',
name: '作业帮家长版',
groups: [
{
key: 1,
name: '更新提示',
fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches: '[id="com.zuoyebang.knowledge:id/cancel_button"]',
snapshotUrls: 'https://i.gkd.li/i/13695522',
},
],
},
{
key: 3,
name: '评价提示-赏好评弹窗',
fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
activityIds: 'com.baidu.homework.activity.init.InitActivity',
matches: 'TextView[id="com.zuoyebang.knowledge:id/btn_cancle"]',
snapshotUrls: 'https://i.gkd.li/i/13043228',
},
],
},
],
});