Skip to content

Commit

Permalink
build: 去除options页面
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemon-cxh committed Dec 19, 2021
1 parent 2272589 commit 5ca9acb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
6 changes: 1 addition & 5 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,5 @@
"js": ["js/content-script.js"],
"run_at": "document_start"
}
],
"options_ui": {
"page": "options.html",
"browser_style": true
}
]
}
5 changes: 0 additions & 5 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ module.exports = {
entry: './src/popup/main.js',
title: 'Popup'
},
options: {
template: 'public/browser-extension.html',
entry: './src/options/main.js',
title: 'Options'
},
background: {
template: 'public/browser-extension.html',
entry: './src/background/main.js',
Expand Down

0 comments on commit 5ca9acb

Please sign in to comment.