Files
AIsouler-GKD_subscription/src/apps/com.huawei.genexcloud.speedtest.ts
aisouler 640f026d42 Squashed commit of the following:
commit 556c0edf6697d0ebf541fde53938bb318120839d
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Fri Jan 26 07:35:52 2024 +0000

    chore(actions): check_format_lint

commit bd3839c6e19773557972f89e8c1c6ab408760663
Author: aisouler <zy43220@gmail.com>
Date:   Fri Jan 26 15:35:18 2024 +0800

    feat(花瓣测速):更新提示
2024-02-01 18:36:06 +08:00

27 lines
712 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: [
{
activityIds: 'com.huawei.genexcloud.speedtest.update.UpdateActivity',
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/import/14061490',
},
],
},
],
});