mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
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:
22
src/apps/com.douguo.recipe.ts
Normal file
22
src/apps/com.douguo.recipe.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user