From bec8ca4156976b524e03c90f1e41acdb81c94ec4 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Thu, 15 Feb 2024 15:31:29 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=BD=AC=E8=BD=AC)=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.wuba.zhuanzhuan.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/apps/com.wuba.zhuanzhuan.ts diff --git a/src/apps/com.wuba.zhuanzhuan.ts b/src/apps/com.wuba.zhuanzhuan.ts new file mode 100644 index 00000000..a56e370b --- /dev/null +++ b/src/apps/com.wuba.zhuanzhuan.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.wuba.zhuanzhuan', + name: '转转', + groups: [ + { + key: 1, + name: '更新弹窗', + actionMaximum: 1, + resetMatch: 'app', + rules: '@[text="下次再说"] +2 [text="立即升级"]', + snapshotUrls: 'https://i.gkd.li/import/14292849', + }, + ], +});