mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 08:15:11 +08:00
23 lines
596 B
TypeScript
23 lines
596 B
TypeScript
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'],
|
||
},
|
||
],
|
||
},
|
||
],
|
||
});
|