feat: 实现批量下载功能

This commit is contained in:
meishibiezb
2026-05-05 02:47:36 +08:00
parent a5c5b0b38c
commit f037897590
3 changed files with 107 additions and 20 deletions

View File

@@ -2,8 +2,8 @@ import { defineConfig } from 'wxt';
// See https://wxt.dev/api/config.html
export default defineConfig({
browser: "firefox",
manifest: {
browser: "firefox",
manifest: {
permissions: ['storage', 'downloads'],
},
});