feat: 增加瑞幸咖啡开屏广告自动跳过规则

This commit is contained in:
Ze-Zheng Wu
2023-09-04 10:04:42 +08:00
committed by 二刺螈
parent 6f1b62db51
commit 086318cf93

View File

@@ -0,0 +1,15 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.lucky.luckyclient',
name: '瑞幸咖啡',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.luckin.client.main.FirstActivity',
rules: '[id="com.lucky.luckyclient:id/tv_skip"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12508764',
},
],
});