mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
* 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>
16 lines
400 B
TypeScript
16 lines
400 B
TypeScript
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',
|
|
},
|
|
],
|
|
});
|