Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(抖音): 休息提醒 (#2154)
Browse files Browse the repository at this point in the history
* feat(抖音):休息提醒

* chore(actions): check_format_lint

---------

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

close #2150
  • Loading branch information
jiuqianyuan authored Nov 16, 2023
1 parent c6c687b commit 96a73dc
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions src/apps/com.ss.android.ugc.aweme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 96a73dc

Please sign in to comment.