mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
16
src/apps/com.huawei.android.totemweather.ts
Normal file
16
src/apps/com.huawei.android.totemweather.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user