mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(QQ): 更新提示(补充规则)
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
import { matches } from 'lodash';
|
||||||
import { defineAppConfig } from '../types';
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
export default defineAppConfig({
|
export default defineAppConfig({
|
||||||
@@ -377,13 +378,28 @@ export default defineAppConfig({
|
|||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: '@[desc="关闭"] - ViewGroup > [text="立即体验"||text="立即升级"]',
|
actionMaximumKey: 0,
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
matches:
|
||||||
|
'@[desc="关闭"] - ViewGroup > [text="立即体验"||text="立即升级"]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/13188721',
|
'https://i.gkd.li/i/13188721',
|
||||||
'https://i.gkd.li/i/13386719',
|
'https://i.gkd.li/i/13386719',
|
||||||
'https://i.gkd.li/i/13459507',
|
'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,
|
key: 18,
|
||||||
name: '更新提示-消息页面-顶部',
|
name: '更新提示-消息页面-顶部',
|
||||||
|
|||||||
Reference in New Issue
Block a user