mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
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:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user