mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
26 lines
627 B
TypeScript
26 lines
627 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.huawei.genexcloud.speedtest',
|
|
name: '花瓣测速',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '更新提示',
|
|
desc: '点击"以后再说"',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: [
|
|
{
|
|
matches: '[id="com.huawei.genexcloud.speedtest:id/btn_cancle"]',
|
|
exampleUrls:
|
|
'https://m.gkd.li/57941037/03083d39-1d4c-4af7-8ba1-77201b2a87f2',
|
|
snapshotUrls: 'https://i.gkd.li/i/14061490',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|