mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 18:42:29 +08:00
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:
parent
181ebc0a0a
commit
775fc94da3
19
src/apps/com.lingan.seeyou.ts
Normal file
19
src/apps/com.lingan.seeyou.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user