From 647e4cf53d36e7006f7e63b771c4bda708377848 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 18 Feb 2024 16:17:28 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=99=BE=E5=BA=A6=E7=BD=91=E7=9B=98)=20?= =?UTF-8?q?=E8=AF=84=E4=BB=B7=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.baidu.netdisk.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/apps/com.baidu.netdisk.ts b/src/apps/com.baidu.netdisk.ts index 5ea4f635..cc138d8d 100644 --- a/src/apps/com.baidu.netdisk.ts +++ b/src/apps/com.baidu.netdisk.ts @@ -99,6 +99,14 @@ export default defineAppConfig({ rules: 'ImageView[id="com.baidu.netdisk:id/dialog_cancel"]', //单独使用ID会导致误触(例如删除确认https://i.gkd.li/import/13069049) snapshotUrls: ['https://i.gkd.li/import/12923936'], }, + { + key: 9, + name: '评价提示', + actionMaximum: 1, + resetMatch: 'app', + rules: '[text="喜欢“百度网盘”吗?"] +n [text="以后再说"]', + snapshotUrls: 'https://i.gkd.li/import/14317054', + }, { enable: false, key: 10,