mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
feat(柠檬听书) 通知提示-温馨提示弹窗、全屏广告 (#65)
This commit is contained in:
30
src/apps/com.rocoplayer.app.nm.ts
Normal file
30
src/apps/com.rocoplayer.app.nm.ts
Normal file
@@ -0,0 +1,30 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.rocoplayer.app.nm',
|
||||
name: '柠檬听书',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '通知提示-温馨提示弹窗',
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: '[text="温馨提示"] +2 [text="确定"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/14304132',
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '全屏广告',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
name: '腾讯广告',
|
||||
activityIds: 'com.e4a.runtime.android.mainActivity',
|
||||
matches:
|
||||
'ImageView - LinearLayout - FrameLayout > FrameLayout[index=2][childCount=1] > ImageView[childCount=0]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/14304134',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user