From 38a946a64a131538e30eeffe9e2348c9bdca2ef5 Mon Sep 17 00:00:00 2001 From: m1saka <1287708285@qq.com> Date: Fri, 10 Nov 2023 00:29:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=BD=91=E6=98=93BUFF):=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=BC=B9=E7=AA=97=20(#1980)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(海贝音乐):开屏广告 * chore(actions): check_format_lint * fix(海贝音乐): 开屏广告(更新snapshotUrl) * feat(网易BUFF): 更新弹窗 --------- Co-authored-by: github-actions[bot] --- src/apps/com.netease.buff.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.netease.buff.ts diff --git a/src/apps/com.netease.buff.ts b/src/apps/com.netease.buff.ts new file mode 100644 index 00000000..ded9794a --- /dev/null +++ b/src/apps/com.netease.buff.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.netease.buff', + name: 'BUFF', + groups: [ + { + key: 1, + name: '更新弹窗', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: '[text="暂不更新"]', + snapshotUrls: 'https://i.gkd.li/import/13310265', + }, + ], +});