feat(美柚): 开屏广告 (#1324)

* feat:新增美柚开屏去广告

* chore(actions): check_format_lint

* feat(美柚): 开屏广告

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
javabcde 2023-10-24 00:51:42 +08:00 committed by GitHub
parent 181ebc0a0a
commit 775fc94da3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,19 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.lingan.seeyou',
name: '美柚',
groups: [
{
key: 1,
name: '开屏广告',
activityIds: ['com.meetyou.crsdk.CROpenScreenNewActivity'],
rules: [
{
matches: '[id="com.lingan.seeyou:id/rl_count_container"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/13065769',
},
],
},
],
});