mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
@@ -7,10 +7,11 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
|
quickFind: true,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: '[text^="跳过"][text.length<=10]',
|
rules: '[text*="跳过"][text.length<=10]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/import/13062992',
|
'https://i.gkd.li/import/13062992',
|
||||||
'https://i.gkd.li/import/13225111', //无ID
|
'https://i.gkd.li/import/13225111', //无ID
|
||||||
@@ -19,12 +20,16 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '应用内广告卡片',
|
name: '应用内广告卡片',
|
||||||
activityIds: 'dev.xesam.chelaile.app.module.func.SplashActivity',
|
activityIds: [
|
||||||
|
'dev.xesam.chelaile.app.module.func.SplashActivity',
|
||||||
|
'dev.xesam.chelaile.app.module.PanelHostActivity',
|
||||||
|
],
|
||||||
rules:
|
rules:
|
||||||
'ImageView[id^="com.ygkj.chelaile.standard:id/cll_all_pic_close"][visibleToUser=true]',
|
'ImageView[id^="com.ygkj.chelaile.standard:id/cll_all_pic_close"][visibleToUser=true]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/import/13062991',
|
'https://i.gkd.li/import/13062991',
|
||||||
'https://i.gkd.li/import/13062984',
|
'https://i.gkd.li/import/13062984',
|
||||||
|
'https://i.gkd.li/import/13464325',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user