Files
AIsouler-GKD_subscription/src/apps/cc.kinva.smartqa.ts
2023-11-28 19:49:48 +08:00

19 lines
424 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'cc.kinva.smartqa',
name: '挑战答题助手',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://i.gkd.li/import/13469232',
},
],
});