mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 05:52:21 +08:00
feat(QCY): 局部广告-我的-广告卡片 (#3806)
This commit is contained in:
parent
bb0657bd92
commit
32af01f261
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',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user