diff --git a/src/apps/com.android.tnaant.ts b/src/apps/com.android.tnaant.ts new file mode 100644 index 00000000..51bd66e0 --- /dev/null +++ b/src/apps/com.android.tnaant.ts @@ -0,0 +1,17 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.android.tnaant', + name: '蚂蚁加速器', + groups: [ + { + key: 5, + name: '公告弹窗', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text="公告"] +2 [text="我知道了"]', + snapshotUrls: 'https://i.gkd.li/import/13713449', + }, + ], +});