From 7a6b2e1768807784a4544d3041bdf43b496f1a9d Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Sat, 18 Nov 2023 23:08:31 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=9F=A5=E5=A4=A9=E6=B0=94-=E5=86=B3?= =?UTF-8?q?=E7=AD=96):=20=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0=20(#2171)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2148 --- src/apps/com.pcs.knowing_weather.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/apps/com.pcs.knowing_weather.ts diff --git a/src/apps/com.pcs.knowing_weather.ts b/src/apps/com.pcs.knowing_weather.ts new file mode 100644 index 00000000..ee1d635f --- /dev/null +++ b/src/apps/com.pcs.knowing_weather.ts @@ -0,0 +1,19 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.pcs.knowing_weather', + name: '知天气-决策', + groups: [ + { + key: 1, + name: '版本更新', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + matchLauncher: true, + rules: '[text="立即升级"] +2 [text="以后再说"]', + snapshotUrls: 'https://i.gkd.li/import/13378992', // activityIds: 'com.huawei.android.launcher.unihome.UniHomeLauncher', + }, + ], +});