mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
@@ -7,8 +7,10 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
activityIds: 'com.huawei.android.totemweather.WeatherHome',
|
quickFind: true,
|
||||||
matchLauncher: true,
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
matches: '[id="com.huawei.hms.ads.uiengine:id/hiad_skip_text"]',
|
matches: '[id="com.huawei.hms.ads.uiengine:id/hiad_skip_text"]',
|
||||||
@@ -17,5 +19,14 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '广告卡片',
|
||||||
|
quickFind: true,
|
||||||
|
activityIds:
|
||||||
|
'com.huawei.android.totemweather.composite.MarketCompositeActivity',
|
||||||
|
rules: '[id="com.huawei.android.totemweather:id/promote_ad_cancel"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13218197',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user