mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(素博影院):注册邀请码弹窗
This commit is contained in:
24
src/apps/com.sobo.app.ts
Normal file
24
src/apps/com.sobo.app.ts
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.sobo.app',
|
||||||
|
name: '素博影院',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '全屏广告-注册邀请码弹窗',
|
||||||
|
desc: '点击X',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: 'com.sobo.app.MainActivity',
|
||||||
|
matches:
|
||||||
|
'@ImageView[index=3] <4 View[childCount=4] <<n [id="android:id/content"]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/dabbfdcb-77fb-4298-aa63-899cbdbf1ceb',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/14133497',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user