mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
18 lines
483 B
TypeScript
18 lines
483 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://i.gkd.li/import/12642359',
|
|
},
|
|
],
|
|
});
|