mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
15
src/apps/com.hihonor.vmall.ts
Normal file
15
src/apps/com.hihonor.vmall.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.hihonor.vmall',
|
||||
name: '荣耀商城',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '应用内广告弹窗',
|
||||
activityIds: 'com.vmall.client.base.fragment.VmallWapActivity',
|
||||
rules: '[id="com.hihonor.vmall:id/gift_close_iv"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13060881',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user