From d80567c61271ec6a7ae727fed22e2ab3fee5136f Mon Sep 17 00:00:00 2001 From: aisouler Date: Thu, 1 Feb 2024 18:29:40 +0800 Subject: [PATCH] Squashed commit of the following: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit commit 7fcfe76785353fc33372894e91b1eb90b4910aea Author: github-actions[bot] Date: Mon Jan 22 05:45:50 2024 +0000 chore(actions): check_format_lint commit ae1c8379ba7d080a99ce5b4f78cb1a14d9caad13 Author: aisouler Date: Mon Jan 22 13:45:11 2024 +0800 feat(中国人保):更新提示 --- src/apps/com.cloudpower.netsale.activity.ts | 25 +++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/apps/com.cloudpower.netsale.activity.ts diff --git a/src/apps/com.cloudpower.netsale.activity.ts b/src/apps/com.cloudpower.netsale.activity.ts new file mode 100644 index 00000000..724cd79c --- /dev/null +++ b/src/apps/com.cloudpower.netsale.activity.ts @@ -0,0 +1,25 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.cloudpower.netsale.activity', + name: '中国人保', + groups: [ + { + key: 1, + name: '更新提示', + desc: '点击下次再说', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + activityIds: + 'com.picc.aasipods.module.versionupdate.controller.VersionUpdateActivity', + matches: '[id="com.cloudpower.netsale.activity:id/tvw_cancel"]', + snapshotUrls: 'https://i.gkd.li/import/14005533', + }, + ], + }, + ], +});