mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +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:
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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user