From fbf6f616b073d9f8d603652fd0fc138acab6c9b8 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Thu, 15 Feb 2024 16:55:21 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=9B=BE=E5=87=8C)=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.chan.cwallpaper.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.chan.cwallpaper.ts diff --git a/src/apps/com.chan.cwallpaper.ts b/src/apps/com.chan.cwallpaper.ts new file mode 100644 index 00000000..1da4af89 --- /dev/null +++ b/src/apps/com.chan.cwallpaper.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.chan.cwallpaper', + name: '图凌', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: '[vid="activate_button"]', + snapshotUrls: 'https://i.gkd.li/import/14293734', + }, + ], +});