Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(花瓣测速):更新提示
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Jan 26, 2024
1 parent 0c337ab commit bd3839c
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/apps/com.huawei.genexcloud.speedtest.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
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',
},
],
},
],
});

0 comments on commit bd3839c

Please sign in to comment.