mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(萌妹): 广告弹窗 (#1460)
This commit is contained in:
16
src/apps/com.jc.avatar.mm.ts
Normal file
16
src/apps/com.jc.avatar.mm.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.jc.avatar.mm',
|
||||
name: '萌妹',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '广告弹窗',
|
||||
activityIds: 'com.jc.avatar.mm.MainActivity',
|
||||
rules:
|
||||
'ImageView -2 FrameLayout > FrameLayout > FrameLayout > FrameLayout > ImageView',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13188475',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user