feat(QQ): 更新提示(补充规则)

This commit is contained in:
AIsouler
2024-03-22 22:43:40 +08:00
parent c7a83a5d1c
commit db28290864

View File

@@ -1,3 +1,4 @@
import { matches } from 'lodash';
import { defineAppConfig } from '../types';
export default defineAppConfig({
@@ -377,13 +378,28 @@ export default defineAppConfig({
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '@[desc="关闭"] - ViewGroup > [text="立即体验"||text="立即升级"]',
actionMaximumKey: 0,
rules: [
{
key: 0,
matches:
'@[desc="关闭"] - ViewGroup > [text="立即体验"||text="立即升级"]',
snapshotUrls: [
'https://i.gkd.li/i/13188721',
'https://i.gkd.li/i/13386719',
'https://i.gkd.li/i/13459507',
],
},
{
key: 1,
quickFind: true,
matches: '@[text="稍后处理"] +2 [text="立即升级"]',
exampleUrls:
'https://m.gkd.li/57941037/9deea40b-338d-4290-9098-3d1431d585ff',
snapshotUrls: 'https://i.gkd.li/i/14724108',
},
],
},
{
key: 18,
name: '更新提示-消息页面-顶部',