From e6f06c4a3350e95e246eaba2cf7f9769d1780722 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Thu, 15 Feb 2024 15:37:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=94=9C=E7=B3=96)=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tt.turbo.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/apps/com.tt.turbo.ts diff --git a/src/apps/com.tt.turbo.ts b/src/apps/com.tt.turbo.ts new file mode 100644 index 00000000..169a096c --- /dev/null +++ b/src/apps/com.tt.turbo.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.tt.turbo', + name: '甜糖', + groups: [ + { + key: 1, + name: '更新提示', + actionMaximum: 1, + resetMatch: 'app', + rules: '@[desc="取消"] + [desc="更新"]', + snapshotUrls: 'https://i.gkd.li/import/14292907', + }, + ], +});