feat: 增加微店开屏广告跳过规则

This commit is contained in:
Ze-Zheng Wu
2023-09-03 22:36:17 +08:00
parent bb36e24254
commit d2f25e4f52

View File

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