From c8025a9af67f89c379e35075dec01c25f1c4d8df Mon Sep 17 00:00:00 2001 From: Frank Zhang Date: Tue, 14 Nov 2023 20:14:56 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=AF=94=E4=BA=9A=E8=BF=AA=E7=8E=8B?= =?UTF-8?q?=E6=9C=9D):=20=E6=9B=B4=E6=96=B0=E5=BC=B9=E7=AA=97=20(#2061)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(比亚迪王朝): 添加跳过自动更新支持 * feat(比亚迪王朝): 替换错误的域名 * feat(比亚迪王朝): 修复快照链接 * feat(比亚迪王朝): 更新弹窗 --------- Co-authored-by: lisonge --- src/apps/com.byd.aeri.caranywhere.ts | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/apps/com.byd.aeri.caranywhere.ts 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', + }, + ], + }, + ], +});