From f527e067dd2ab47dbc926563526f214cd2521aa8 Mon Sep 17 00:00:00 2001 From: minglu7 Date: Fri, 17 Jan 2025 08:50:40 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat(bilibili):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=8C=B9=E9=85=8D=E8=A7=84=E5=88=99=EF=BC=8C=E5=8E=BB=E9=99=A4?= =?UTF-8?q?=E7=94=9F=E6=95=88=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.bilibili.app.in.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/apps/com.bilibili.app.in.ts b/src/apps/com.bilibili.app.in.ts index e78690bca..6d2a0c1ff 100644 --- a/src/apps/com.bilibili.app.in.ts +++ b/src/apps/com.bilibili.app.in.ts @@ -20,13 +20,16 @@ export default defineGkdApp({ key: 6, name: '评价提示-APP评分', fastQuery: true, - matchTime: 10000, actionMaximum: 1, resetMatch: 'app', rules: [ { activityIds: 'tv.danmaku.bili.MainActivityV2', - matches: '[id="com.bilibili.app.in:id/cancel"][text="下次再说"]', + matches: [ + '[text="鼓励一下"]', + '[text="我要反馈"]', + '[text="下次再说"]', + ], snapshotUrls: 'https://i.gkd.li/i/13180746', }, ], From 9c54c516666959c7a10df46febab2603a0b907c4 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sun, 19 Jan 2025 18:31:24 +0800 Subject: [PATCH 2/2] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.bilibili.app.in.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/apps/com.bilibili.app.in.ts b/src/apps/com.bilibili.app.in.ts index 6d2a0c1ff..7c375779e 100644 --- a/src/apps/com.bilibili.app.in.ts +++ b/src/apps/com.bilibili.app.in.ts @@ -25,11 +25,7 @@ export default defineGkdApp({ rules: [ { activityIds: 'tv.danmaku.bili.MainActivityV2', - matches: [ - '[text="鼓励一下"]', - '[text="我要反馈"]', - '[text="下次再说"]', - ], + matches: ['[text="鼓励一下"]', '[text="下次再说"]'], snapshotUrls: 'https://i.gkd.li/i/13180746', }, ],