mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(波点音乐): 开屏广告 (#1300)
* feat(波点音乐): 开屏广告 * Update cn.wenyu.bodian.ts * feat(波点音乐): 规则优化 --------- Co-authored-by: lisonge <i@songe.li> close #1297
This commit is contained in:
17
src/apps/cn.wenyu.bodian.ts
Normal file
17
src/apps/cn.wenyu.bodian.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'cn.wenyu.bodian',
|
||||
name: '波点音乐',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
matchLauncher: true,
|
||||
activityIds: 'cn.wenyu.bodian.MainActivity',
|
||||
rules:
|
||||
'[id="cn.wenyu.bodian:id/splash_container"] < FrameLayout > TextView[text="跳过广告"][clickable=true]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13062529',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user