mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 22:23:40 +08:00
parent
fb54abbb6f
commit
3bf46f7011
|
@ -7,6 +7,7 @@ export default defineAppConfig({
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
|
quickFind: true,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
|
@ -30,6 +31,7 @@ export default defineAppConfig({
|
||||||
'com.duowan.kiwi.homepage.Homepage', // 缺少快照
|
'com.duowan.kiwi.homepage.Homepage', // 缺少快照
|
||||||
'com.duowan.kiwi.immersepage.impl.ImmersePageActivity',
|
'com.duowan.kiwi.immersepage.impl.ImmersePageActivity',
|
||||||
],
|
],
|
||||||
|
quickFind: true,
|
||||||
matchLauncher: true,
|
matchLauncher: true,
|
||||||
rules:
|
rules:
|
||||||
'[id="com.duowan.kiwi:id/hyui_dialog_button_positive"][text="我知道了"]',
|
'[id="com.duowan.kiwi:id/hyui_dialog_button_positive"][text="我知道了"]',
|
||||||
|
@ -38,6 +40,7 @@ export default defineAppConfig({
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '直播间悬浮广告',
|
name: '直播间悬浮广告',
|
||||||
|
quickFind: true,
|
||||||
activityIds: 'com.duowan.kiwi.liveroom.ChannelPage',
|
activityIds: 'com.duowan.kiwi.liveroom.ChannelPage',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
@ -48,6 +51,14 @@ export default defineAppConfig({
|
||||||
'https://i.gkd.li/import/12901044',
|
'https://i.gkd.li/import/12901044',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
matches: '[id="com.duowan.kiwi:id/game_header_close"]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13395604',
|
||||||
|
'https://i.gkd.li/import/13395606',
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user