mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
feat: 完美世界电竞-开屏广告 #1104
This commit is contained in:
@@ -4,6 +4,22 @@ export default defineGkdApp({
|
|||||||
id: 'com.pwrd.steam.esports',
|
id: 'com.pwrd.steam.esports',
|
||||||
name: '完美世界电竞',
|
name: '完美世界电竞',
|
||||||
groups: [
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
priorityTime: 10000,
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
matches: '[vid="rl_skip"][visibleToUser=true]', // 需点击 clickable=true 的节点才有效 https://github.com/AIsouler/GKD_subscription/issues/1104
|
||||||
|
exampleUrls: 'https://e.gkd.li/b7adf229-631c-4c27-a07b-eb6e0e1854af',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/21808124',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '权限提示-通知权限',
|
name: '权限提示-通知权限',
|
||||||
|
|||||||
Reference in New Issue
Block a user