feat(华为天气): 开屏广告 (#1180)

close #1178
This commit is contained in:
Kun Jinkao
2023-10-18 00:26:03 +08:00
committed by GitHub
parent 16f561d4d0
commit 3217115748

View File

@@ -0,0 +1,16 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.huawei.android.totemweather',
name: '华为天气',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.huawei.android.totemweather.WeatherHome',
matchLauncher: true,
rules: '[id="com.huawei.hms.ads.uiengine:id/hiad_skip_text"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12928975',
},
],
});