mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(咪咕音乐): 开屏广告 (#861)
* 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:
15
src/apps/cmccwm.mobilemusic.ts
Normal file
15
src/apps/cmccwm.mobilemusic.ts
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'cmccwm.mobilemusic',
|
||||||
|
name: '咪咕音乐',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'cmccwm.mobilemusic.ui.SplashActivity',
|
||||||
|
rules: '[id = "cmccwm.mobilemusic.base_runtime:id/bt_skip_ad"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12852498',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user