Files
AIsouler-GKD_subscription/src/apps/com.cnspeedtest.globalspeed.ts
2023-11-10 10:16:32 +08:00

18 lines
501 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.cnspeedtest.globalspeed',
name: '全球网测',
groups: [
{
key: 1,
name: '更新弹窗',
activityIds: 'com.ruili.android.taierspeed.main.MainActivity',
rules: [
'[id="com.cnspeedtest.globalspeed:id/vision_btn_ok"][text="更新"] +2 [id="com.cnspeedtest.globalspeed:id/vision_btn_cancel"]',
],
snapshotUrls: 'https://i.gkd.li/import/12642345',
},
],
});