From 3cc46df0b2e8e170fb5ba34f8b13845946edb7ea Mon Sep 17 00:00:00 2001 From: aisouler Date: Thu, 1 Feb 2024 18:29:19 +0800 Subject: [PATCH] Squashed commit of the following: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit commit e4e5414ae0d4836e53509cc34bc97842d30172e4 Author: aisouler Date: Sun Jan 21 14:06:51 2024 +0800 Update com.chinaunicom.bol.cloudapp.ts commit c9419d68e5ebd57b85178b0b815e6d97d49e9f1f Author: aisouler Date: Sun Jan 21 14:06:23 2024 +0800 feat(联通云盘):更新提示 --- src/apps/com.chinaunicom.bol.cloudapp.ts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/apps/com.chinaunicom.bol.cloudapp.ts diff --git a/src/apps/com.chinaunicom.bol.cloudapp.ts b/src/apps/com.chinaunicom.bol.cloudapp.ts new file mode 100644 index 00000000..06a3bb94 --- /dev/null +++ b/src/apps/com.chinaunicom.bol.cloudapp.ts @@ -0,0 +1,23 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.chinaunicom.bol.cloudapp', + name: '联通云盘', + groups: [ + { + key: 1, + name: '更新提示', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + desc: '点击取消', + rules: [ + { + matches: '@[text="取消"] < * + * > [text="立即下载"]', + snapshotUrls: 'https://i.gkd.li/import/13998612', + }, + ], + }, + ], +});