mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 18:25:15 +08:00
feat(微音乐): 广告弹窗 (#1294)
* feat: 应用内广告弹窗 * feat(微音乐): 规则优化 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
18
src/apps/com.zhouyu.music.ts
Normal file
18
src/apps/com.zhouyu.music.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.zhouyu.music',
|
||||
name: '微音乐',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '广告弹窗',
|
||||
activityIds: 'com.zhouyu.music.activities.MainActivity',
|
||||
rules:
|
||||
'@TextView[id=null][clickable=true] + View > View > View [text="广告"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13062330',
|
||||
exampleUrls:
|
||||
'https://github.com/gkd-kit/inspect/assets/38517192/798afc53-4aaf-481f-acb1-7c193bd8e6d6',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user