Files
AIsouler-GKD_subscription/src/apps/com.huawei.genexcloud.speedtest.ts
2024-02-23 21:42:34 +08:00

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',
},
],
},
],
});