From d08e5a0c226476956bc98fc952bc3d75dc63be05 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Tue, 26 Sep 2023 23:50:18 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=BD=91=E9=80=9F=E7=AE=A1=E5=AE=B6):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BC=B9=E7=AA=97=20(#405)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/cn.lezhi.speedtest.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/apps/cn.lezhi.speedtest.ts diff --git a/src/apps/cn.lezhi.speedtest.ts b/src/apps/cn.lezhi.speedtest.ts new file mode 100644 index 00000000..4365f9eb --- /dev/null +++ b/src/apps/cn.lezhi.speedtest.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'cn.lezhi.speedtest', + name: '网速管家', + groups: [ + { + key: 1, + name: '更新弹窗', + activityIds: 'cn.lezhi.speedtest.main5.MainV5Activity', + rules: + '[id="cn.lezhi.speedtest:id/rl_update_dialog_layout"] >n [id="cn.lezhi.speedtest:id/iv_close"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12727619', + }, + ], +});