feat(HMS Core): 页面中间跳出广告 (#347)

This commit is contained in:
longm21
2023-09-25 14:16:25 +08:00
committed by GitHub
parent 7c55115d41
commit 28f08c0cf7

View File

@@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.huawei.hwid',
name: 'HMS Core',
groups: [
{
// 我不知道这个广告从哪里来的它出乎意料地跳出并覆盖在Gspace上面
key: 0,
name: '页面中间跳出广告',
activityIds: [
'com.huawei.openalliance.ad.ppskit.activity.InnerPPSInterstitialAdActivity',
],
rules: [
{
matches: '[id="com.huawei.hwid:id/interstitial_close"]',
snapshotUrls: ['https://gkd-kit.gitee.io/import/12709068'],
},
],
},
],
});