mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
20
src/apps/com.weaver.emobile7.ts
Normal file
20
src/apps/com.weaver.emobile7.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
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'],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user