diff --git a/src/apps/com.aiwu.market.ts b/src/apps/com.aiwu.market.ts new file mode 100644 index 00000000..457c65cf --- /dev/null +++ b/src/apps/com.aiwu.market.ts @@ -0,0 +1,24 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.aiwu.market', + name: '爱吾游戏宝盒', + groups: [ + { + key: 1, + name: '青少年模式', + desc: '点击"我知道了"', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + activityIds: 'com.aiwu.market.ui.activity.NewHomeActivity', + matches: '[vid="hintTextView2"] + [vid="confirmView"]', + snapshotUrls: 'https://i.gkd.li/import/14032203', + }, + ], + }, + ], +});