mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
fix(dark style): 排除创作中心的两个页面
This commit is contained in:
parent
631c2448c5
commit
0393f149f4
@ -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 => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user