Files
AIsouler-GKD_subscription/src/apps/com.weaver.emobile7.ts
Kun Jinkao 3bd2b6632f feat(Emobile7): 更新弹窗 (#210)
* feat(EMobile7)

* feat(EMobile7)

* 增加 id
2023-09-21 20:17:30 +08:00

21 lines
539 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.weaver.emobile7',
name: 'EMobile7',
groups: [
{
key: 1,
name: '更新弹窗',
activityIds: 'weaver.fw.com.MainActivity',
rules: [
{
matches:
'@[id="com.weaver.emobile7:id/sdl__negative_button"][text="取消"] +(2) [id="com.weaver.emobile7:id/sdl__positive_button"][text="更新"]',
snapshotUrls: ['https://gkd-kit.gitee.io/import/12673154'],
},
],
},
],
});