feat(抖音): 休息提醒 (#2154)

* feat(抖音):休息提醒

* chore(actions): check_format_lint

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

close #2150
This commit is contained in:
jiuqianyuan
2023-11-16 21:41:21 +08:00
committed by GitHub
parent c6c687b558
commit 96a73dc3d9

View File

@@ -155,11 +155,19 @@ export default defineAppConfig({
key: 12, key: 12,
name: '休息提醒', name: '休息提醒',
quickFind: true, quickFind: true,
matchTime: 10000, rules: [
actionMaximum: 1, {
resetMatch: 'app', matches: '[text="可进入使用管理助手更改设置"] -2 Button[text="取消"]',
rules: '[text="休息一下吧"] +3 Button[text="取消"]', snapshotUrls: [
snapshotUrls: 'https://i.gkd.li/import/13241564', '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, key: 13,