diff --git a/src/apps/com.byd.aeri.caranywhere.ts b/src/apps/com.byd.aeri.caranywhere.ts new file mode 100644 index 00000000..491bf5ae --- /dev/null +++ b/src/apps/com.byd.aeri.caranywhere.ts @@ -0,0 +1,26 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.byd.aeri.caranywhere', + name: '比亚迪王朝', + groups: [ + { + enable: false, + key: 1, + name: '更新弹窗', + resetMatch: 'app', + actionMaximum: 1, + activityIds: ['com.byd.aeri.splash.module_splash.activity.TabManager'], + rules: [ + { + quickFind: true, + matches: [ + '[id="com.byd.aeri.caranywhere:id/tv_determine"][text="立即安装"]', + '[id="com.byd.aeri.caranywhere:id/tv_cancel"]', + ], + snapshotUrls: 'https://i.gkd.li/import/13348383', + }, + ], + }, + ], +});