diff --git a/src/apps/com.mm.android.lchg.ts b/src/apps/com.mm.android.lchg.ts new file mode 100644 index 00000000..ea58c237 --- /dev/null +++ b/src/apps/com.mm.android.lchg.ts @@ -0,0 +1,24 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.mm.android.lchg', + name: '乐橙含光', + groups: [ + { + key: 0, + enable: false, + name: '升级弹窗', + activityIds: 'com.lc.mine.view.activity.AboutActivity', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: [ + { + matches: '[id="com.mm.android.lchg:id/btn_cancel"][text*="稍后再说"]', + snapshotUrls: 'https://i.gkd.li/import/13540871', + }, + ], + }, + ], +});