diff --git a/src/apps/com.wondertek.miguaikan.ts b/src/apps/com.wondertek.miguaikan.ts new file mode 100644 index 00000000..cfd9cd52 --- /dev/null +++ b/src/apps/com.wondertek.miguaikan.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.wondertek.miguaikan', + name: '咪咕视频爱看版', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[id="com.wondertek.miguaikan:id/splash_time"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13258889', + }, + ], +});