mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 22:43:39 +08:00
parent
a65aad90d9
commit
538b3ef192
|
@ -4,9 +4,35 @@ export default defineAppConfig({
|
||||||
id: 'com.firebear.androil',
|
id: 'com.firebear.androil',
|
||||||
name: '小熊油耗',
|
name: '小熊油耗',
|
||||||
groups: [
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
actionCdKey: 0,
|
||||||
|
actionMaximumKey: 0,
|
||||||
|
quickFind: true,
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
matches: '[text*="跳过"][text.length<=10]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/12712742',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
matches:
|
||||||
|
'@View <2 * <2 * < [id="com.firebear.androil:id/adContainerLay"]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13088169',
|
||||||
|
'https://i.gkd.li/import/12855707',
|
||||||
|
'https://i.gkd.li/import/13927561',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '广告弹窗',
|
name: '全屏广告',
|
||||||
desc: '来自第三方SDK【穿山甲】',
|
desc: '来自第三方SDK【穿山甲】',
|
||||||
activityIds:
|
activityIds:
|
||||||
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
||||||
|
@ -36,7 +62,7 @@ export default defineAppConfig({
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '升级弹窗',
|
name: '更新提示',
|
||||||
activityIds: 'com.firebear.androil.app.home.MainActivity',
|
activityIds: 'com.firebear.androil.app.home.MainActivity',
|
||||||
rules:
|
rules:
|
||||||
'@[id="com.firebear.androil:id/dismissNtfImgView"] < RelativeLayout - [id="com.firebear.androil:id/contentLay"] >3 TextView[text^="升级"]',
|
'@[id="com.firebear.androil:id/dismissNtfImgView"] < RelativeLayout - [id="com.firebear.androil:id/contentLay"] >3 TextView[text^="升级"]',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user