mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
feat(星影视频): 功能类-[您还未登录]弹窗
This commit is contained in:
23
src/apps/cn.nlyuming.duanju.ting.ts
Normal file
23
src/apps/cn.nlyuming.duanju.ting.ts
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'cn.nlyuming.duanju.ting',
|
||||||
|
name: '星影视频',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '功能类-[您还未登录]弹窗',
|
||||||
|
desc: '点击关闭',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
activityIds: 'cn.nlyuming.duanju.ting.MainActivity',
|
||||||
|
matches:
|
||||||
|
'[id="android:id/content"] >5 FrameLayout[childCount=3] >2 ImageView[visibleToUser=true]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/3041769f-b644-460b-b0de-9c2a84518849',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/14321891',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user