mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
18 lines
491 B
TypeScript
18 lines
491 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'cn.com.ruijie.magicbox',
|
|
name: '无线魔盒',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '更新弹窗',
|
|
activityIds: 'cn.com.ruijie.wifibox.activity.MainActivity',
|
|
rules: [
|
|
'@ImageView[id="cn.com.ruijie.magicbox:id/imageView_close"] +(2) RelativeLayout > LinearLayout > [text*="新版本"]',
|
|
],
|
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12642359',
|
|
},
|
|
],
|
|
});
|