Files
AIsouler-GKD_subscription/src/apps/com.zuoyebang.knowledge.ts

29 lines
725 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: '评价提示-赏好评弹窗',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: 'TextView[id="com.zuoyebang.knowledge:id/btn_cancle"]',
snapshotUrls: 'https://i.gkd.li/import/13043228',
},
],
});