style(dark-style.ts): add semicolons

This commit is contained in:
JLoeve 2021-01-24 12:10:45 +08:00
parent c3480ad6af
commit aeebe78249

View File

@ -16,7 +16,7 @@ const notSupported: (string | RegExp)[] = [
'//www.bilibili.com/s/video/',
'//member.bilibili.com/platform',
'//live.bilibili.com/p/html/live-lottery/anchor-join.html',
'//account.bilibili.com/subtitle/edit/#/editor'
'//account.bilibili.com/subtitle/edit/#/editor',
]
const load = () => {
if (settings.noDarkOnMember && notSupported.some(it => {