mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(全球网测): 更新弹窗 (#125)
* feat(全球网测) * feat(全球网测): 更新弹窗-简化规则 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
17
src/apps/com.cnspeedtest.globalspeed.ts
Normal file
17
src/apps/com.cnspeedtest.globalspeed.ts
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
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://gkd-kit.gitee.io/import/12642345',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user