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:
Otis0227
2023-11-26 21:38:40 +08:00
committed by GitHub
parent ccc00f61dd
commit 044dc4540d

View 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',
},
],
});