mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
17 lines
392 B
TypeScript
17 lines
392 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'cn.com.livelab',
|
|
name: '纷玩岛',
|
|
deprecatedKeys: [0],
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '广告弹窗',
|
|
activityIds: 'cn.com.livelab.MainActivity',
|
|
rules: 'View >n View[childCount=2] > ImageView + Button',
|
|
snapshotUrls: 'https://i.gkd.li/import/13258873',
|
|
},
|
|
],
|
|
});
|