分离设置页面

This commit is contained in:
IndieKKY
2024-10-04 18:55:21 +08:00
parent 564f032e3a
commit 46955e0a59
3 changed files with 19 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ export default defineManifest(async (env) => ({
"service_worker": "src/chrome/background.ts",
"type": "module"
},
"options_page": "options.html",
"content_scripts": [
{
"matches": ["https://*.bilibili.com/*"],