fix: clean env

This commit is contained in:
Gabe Yuan
2024-04-12 14:33:29 +08:00
parent 3b0cbc53aa
commit 18ebec350d
4 changed files with 1 additions and 25 deletions

View File

@@ -213,8 +213,7 @@ export async function run(isUserscript = false) {
if (
isUserscript &&
(href.includes(process.env.REACT_APP_OPTIONSPAGE_DEV) ||
href.includes(process.env.REACT_APP_OPTIONSPAGE) ||
href.includes(process.env.REACT_APP_OPTIONSPAGE2))
href.includes(process.env.REACT_APP_OPTIONSPAGE))
) {
runSettingPage();
return;