mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(QCY): 局部广告-我的-广告卡片 (#3806)
This commit is contained in:
19
src/apps/com.qcymall.earphonesetup.ts
Normal file
19
src/apps/com.qcymall.earphonesetup.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.qcymall.earphonesetup',
|
||||
name: 'QCY',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '局部广告-我的-广告卡片',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
resetMatch: 'activity',
|
||||
activityIds: 'com.qcymall.earphonesetup.v2ui.activity.V2MainActivity',
|
||||
actionMaximum: 1,
|
||||
rules: '[vid="close_img_banner"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13874219',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user