mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat: Clash Meta for Android-功能类-代理页面自动点击延迟测试 #1017
This commit is contained in:
24
src/apps/com.github.metacubex.clash.meta.ts
Normal file
24
src/apps/com.github.metacubex.clash.meta.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
import { defineGkdApp } from '@gkd-kit/define';
|
||||
|
||||
export default defineGkdApp({
|
||||
id: 'com.github.metacubex.clash.meta',
|
||||
name: 'Clash Meta for Android',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '功能类-代理页面自动点击延迟测试',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
rules: [
|
||||
{
|
||||
fastQuery: true,
|
||||
activityIds: 'com.github.kr328.clash.ProxyActivity',
|
||||
matches: '[vid="url_test_view"][visibleToUser=true]',
|
||||
exampleUrls: 'https://e.gkd.li/490f4572-a1af-4345-8f6e-3b0081929628',
|
||||
snapshotUrls: 'https://i.gkd.li/i/20926416',
|
||||
excludeSnapshotUrls: 'https://i.gkd.li/i/20926355',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user