mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(QCY): 开屏广告 (#546)
This commit is contained in:
21
src/apps/com.qcymall.earphonesetup.ts
Normal file
21
src/apps/com.qcymall.earphonesetup.ts
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.qcymall.earphonesetup',
|
||||||
|
name: 'QCY',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: [
|
||||||
|
'com.qcymall.earphonesetup.v2ui.activity.AdvertiseActivity',
|
||||||
|
'com.qcymall.earphonesetup.ServiceLaunchActivity',
|
||||||
|
],
|
||||||
|
rules: '[id="com.qcymall.earphonesetup:id/count_time"] + [text="跳过"]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://gkd-kit.songe.li/import/12776001',
|
||||||
|
'https://gkd-kit.songe.li/import/12776002',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user