Files
AIsouler-GKD_subscription/src/apps/com.huawei.hwid.ts
2024-02-23 21:42:34 +08:00

23 lines
596 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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://i.gkd.li/i/12709068'],
},
],
},
],
});