diff --git a/src/apps/com.huawei.android.totemweather.ts b/src/apps/com.huawei.android.totemweather.ts new file mode 100644 index 00000000..cb32534b --- /dev/null +++ b/src/apps/com.huawei.android.totemweather.ts @@ -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', + }, + ], +});