mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
feat(华为生活服务): 开屏广告 (#1308)
This commit is contained in:
16
src/apps/com.huawei.lives.ts
Normal file
16
src/apps/com.huawei.lives.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.huawei.lives',
|
||||
name: '华为生活服务',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.huawei.lives.ui.SplashADActivity',
|
||||
matchLauncher: true,
|
||||
rules: '[id="com.huawei.lives:id/hiad_skip_text"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/13063001',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user