From 96a73dc3d90770ef9d25ec419c9c16f20931c06b Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Thu, 16 Nov 2023 21:41:21 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8A=96=E9=9F=B3):=20=E4=BC=91=E6=81=AF?= =?UTF-8?q?=E6=8F=90=E9=86=92=20(#2154)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(抖音):休息提醒 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] close #2150 --- src/apps/com.ss.android.ugc.aweme.ts | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src/apps/com.ss.android.ugc.aweme.ts b/src/apps/com.ss.android.ugc.aweme.ts index 4ab9bcfd..82b71c41 100644 --- a/src/apps/com.ss.android.ugc.aweme.ts +++ b/src/apps/com.ss.android.ugc.aweme.ts @@ -155,11 +155,19 @@ export default defineAppConfig({ key: 12, name: '休息提醒', quickFind: true, - matchTime: 10000, - actionMaximum: 1, - resetMatch: 'app', - rules: '[text="休息一下吧"] +3 Button[text="取消"]', - snapshotUrls: 'https://i.gkd.li/import/13241564', + rules: [ + { + matches: '[text="可进入使用管理助手更改设置"] -2 Button[text="取消"]', + snapshotUrls: [ + 'https://i.gkd.li/import/13241564', + 'https://i.gkd.li/import/13372604', + ], + }, + { + matches: '[text="管理使用时间"] + Button[text="忽略提醒"]', + snapshotUrls: 'https://i.gkd.li/import/13372725', + }, + ], }, { key: 13,