From df26bb903eabf84aca10ec69f82c5d05dd7a20ba Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Tue, 14 Nov 2023 19:59:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=87=E8=83=BD=E5=B0=8F=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=20Top=20Widgets):=20=E5=BC=80=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=20(#2078)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.growing.topwidgets.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.growing.topwidgets.ts diff --git a/src/apps/com.growing.topwidgets.ts b/src/apps/com.growing.topwidgets.ts new file mode 100644 index 00000000..aadcccff --- /dev/null +++ b/src/apps/com.growing.topwidgets.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.growing.topwidgets', + name: '万能小组件 Top Widgets', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text^="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13334835', + }, + ], +});