Skip to content

Commit

Permalink
chore: 移除无用内容
Browse files Browse the repository at this point in the history
  • Loading branch information
zcf0508 committed Apr 4, 2023
1 parent 554d1a3 commit e5a0311
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 43 deletions.
5 changes: 0 additions & 5 deletions src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ export async function getManifest() {
default_icon: './assets/icon-512.png',
default_popup: './dist/popup/index.html',
},
options_ui: {
page: './dist/options/index.html',
open_in_tab: true,
chrome_style: false,
},
background: {
page: './dist/background/index.html',
persistent: false,
Expand Down
17 changes: 0 additions & 17 deletions src/options/Options.vue

This file was deleted.

12 changes: 0 additions & 12 deletions src/options/index.html

This file was deleted.

8 changes: 0 additions & 8 deletions src/options/main.ts

This file was deleted.

1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ export default defineConfig(({ command }) => ({
rollupOptions: {
input: {
background: r('src/background/index.html'),
options: r('src/options/index.html'),
popup: r('src/popup/index.html'),
},
},
Expand Down

0 comments on commit e5a0311

Please sign in to comment.