mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(广汽传祺): 开屏广告 (#2499)
* Create com.cloudy.component.ts * Update com.cloudy.component.ts --------- Co-authored-by: 二刺螈 <i@songe.li> close #2495
This commit is contained in:
18
src/apps/com.cloudy.component.ts
Normal file
18
src/apps/com.cloudy.component.ts
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.cloudy.component',
|
||||||
|
name: '广汽传祺',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: '[id="com.cloudy.component:id/tv_main_jump"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13458161',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user