From 84d2358f3858dcaf893e64cf50b10282e9e12b79 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Fri, 16 Feb 2024 19:45:17 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=97=A0=E7=95=8C=E8=B6=A3=E8=BF=9E)=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.wujie.connect.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/apps/com.wujie.connect.ts diff --git a/src/apps/com.wujie.connect.ts b/src/apps/com.wujie.connect.ts new file mode 100644 index 00000000..e38ef2a4 --- /dev/null +++ b/src/apps/com.wujie.connect.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.wujie.connect', + name: '无界趣连', + groups: [ + { + key: 1, + name: '更新提示', + actionMaximum: 1, + resetMatch: 'app', + rules: '[vid="no_update_tv"]', + snapshotUrls: 'https://i.gkd.li/import/14296122', + }, + ], +});