Files
AIsouler-GKD_subscription/src/apps/com.lingan.seeyou.ts
javabcde 775fc94da3 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>
2023-10-24 00:51:42 +08:00

20 lines
447 B
TypeScript

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