From 0393f149f4160b59b9b6f8b7c7bd94a6e9a9dae7 Mon Sep 17 00:00:00 2001 From: JLoeve Date: Fri, 12 Mar 2021 11:15:59 +0800 Subject: [PATCH] =?UTF-8?q?fix(dark=20style):=20=E6=8E=92=E9=99=A4?= =?UTF-8?q?=E5=88=9B=E4=BD=9C=E4=B8=AD=E5=BF=83=E7=9A=84=E4=B8=A4=E4=B8=AA?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/dark/dark-styles.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/style/dark/dark-styles.ts b/src/style/dark/dark-styles.ts index babc95be3..54fef32a6 100644 --- a/src/style/dark/dark-styles.ts +++ b/src/style/dark/dark-styles.ts @@ -17,6 +17,10 @@ const notSupported: (string | RegExp)[] = [ '//member.bilibili.com/platform', '//live.bilibili.com/p/html/live-lottery/anchor-join.html', '//account.bilibili.com/subtitle/edit/#/editor', + // 创作中心-收益管理-充电计划 + "/york/allowance-charge", + // 创作中心-收益管理-悬赏计划 + "//cm.bilibili.com/quests/#/task", ] const load = () => { if (settings.noDarkOnMember && notSupported.some(it => {