关于延迟执行不起作用
#1048
Replies: 1 comment
-
我没有合法账户,不过我测试首页 https://i.gkd.li/i/20862279 是可以正常延迟执行的 {
key: 214,
name: '功能-[阳光课堂]一直[加载中]',
desc: '[阳光课堂]一直[加载中]',
enable: false,
actionDelay: 3000,
resetMatch: 'activity',
rules: [
{
key: 0,
name: '[阳光课堂]一直[加载中]',
action: 'back',
matches: [
'[id=null][text="加入学校"] <<n [vid="webview"]'
],
fastQuery: true,
snapshotUrls: [
'https://i.gkd.li/i/20862279'
]
}
]
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
有个规则,请大家帮我看一下是我写的有问题吗,我想使用“actionDelay: 10000”延迟10秒钟再执行,也就是页面开始出现“[text="加载中..."]”,延迟10s如果页面还有“[text="加载中..."]”,就执行“action: 'back'”。为什么实际中页面显示[text="加载中..."]就执行了“action: 'back'”,没有延时呢?
快照:https://i.gkd.li/i/20767836
规则:
Beta Was this translation helpful? Give feedback.
All reactions