mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(无线魔盒): 更新弹窗 (#126)
This commit is contained in:
17
src/apps/cn.com.ruijie.magicbox.ts
Normal file
17
src/apps/cn.com.ruijie.magicbox.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
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',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user