Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat: 增加微店开屏广告跳过规则
Browse files Browse the repository at this point in the history
  • Loading branch information
Sec-ant committed Sep 3, 2023
1 parent bb36e24 commit d2f25e4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/apps/com.koudai.weidian.buyer.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.koudai.weidian.buyer',
name: '微店',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.koudai.weidian.buyer.activity.SplashActivity',
rules: '[id="com.koudai.weidian.buyer:id/skip_view"||text="跳过"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12506297',
},
],
});

0 comments on commit d2f25e4

Please sign in to comment.