From 419273f3d2f81216f3e6df987c10d89eb39b4df7 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Sun, 14 Jan 2024 21:43:08 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=A4=A9=E7=BF=BC=E7=94=9F=E6=B4=BB):=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0=20(#3794)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(天翼生活): 版本更新 * Update com.ataaw.tianyi.ts * Update com.ataaw.tianyi.ts --------- Co-authored-by: 二刺螈 --- src/apps/com.ataaw.tianyi.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.ataaw.tianyi.ts diff --git a/src/apps/com.ataaw.tianyi.ts b/src/apps/com.ataaw.tianyi.ts new file mode 100644 index 00000000..b73a6222 --- /dev/null +++ b/src/apps/com.ataaw.tianyi.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.ataaw.tianyi', + name: '天翼生活', + groups: [ + { + key: 2, + name: '更新提示', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: ['[vid="version"]', '[vid="ignore"]'], + snapshotUrls: 'https://i.gkd.li/import/13867468', + }, + ], +});