feat(豆果美食): 开屏广告 (#1654)

* Create com.ikang.official.ts

* Delete src/apps/com.ikang.official.ts

* feat(豆果美食): 开屏广告

* feat(豆果美食): 开屏广告

---------

Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
yanyu2023
2023-11-01 00:26:45 +08:00
committed by GitHub
parent fd331aeead
commit b922206283

View File

@@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.douguo.recipe',
name: '豆果美食',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches: '[id="com.douguo.recipe:id/ad_jump"] > [text^="跳过"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/13215621',
},
],
},
],
});