mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(网心云): 开屏广告 (#587)
This commit is contained in:
@@ -4,6 +4,24 @@ export default defineGkdApp({
|
|||||||
id: 'com.onethingcloud.android',
|
id: 'com.onethingcloud.android',
|
||||||
name: '网心云',
|
name: '网心云',
|
||||||
groups: [
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
priorityTime: 10000,
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
action: 'clickCenter', // https://github.com/AIsouler/GKD_subscription/issues/587
|
||||||
|
matches:
|
||||||
|
'@View[desc*="跳过"][desc.length<10][visibleToUser=true] < View < View < View < View < FrameLayout < [id="android:id/content"]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/0d0560e5-2b7d-4599-8336-a5254d5e13ea',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/18094505',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '全屏广告-弹窗广告',
|
name: '全屏广告-弹窗广告',
|
||||||
|
|||||||
Reference in New Issue
Block a user