diff --git a/src/apps/cc.kinva.smartqa.ts b/src/apps/cc.kinva.smartqa.ts new file mode 100644 index 00000000..ef20482f --- /dev/null +++ b/src/apps/cc.kinva.smartqa.ts @@ -0,0 +1,18 @@ +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', + }, + ], +});