From 63e83bceee1e7364604cf7d5f9a310dac51ad071 Mon Sep 17 00:00:00 2001 From: Lightman Lu <1347866672@qq.com> Date: Sun, 19 Jan 2025 18:32:37 +0800 Subject: [PATCH] =?UTF-8?q?feat(bilibili):=20=E4=BF=AE=E6=94=B9=E5=8C=B9?= =?UTF-8?q?=E9=85=8D=E8=A7=84=E5=88=99=EF=BC=8C=E5=8E=BB=E9=99=A4=E7=94=9F?= =?UTF-8?q?=E6=95=88=E6=97=B6=E9=97=B4=20(#723)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: minglu7 Co-authored-by: AIsouler --- src/apps/com.bilibili.app.in.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/apps/com.bilibili.app.in.ts b/src/apps/com.bilibili.app.in.ts index ab12bd737..7155bd1b2 100644 --- a/src/apps/com.bilibili.app.in.ts +++ b/src/apps/com.bilibili.app.in.ts @@ -20,13 +20,12 @@ 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="下次再说"]'], snapshotUrls: 'https://i.gkd.li/i/13180746', }, ],