mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
21 lines
574 B
TypeScript
21 lines
574 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.cnspeedtest.globalspeed',
|
|
name: '全球网测',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '更新提示',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
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',
|
|
},
|
|
],
|
|
});
|