feat: 初步开发一些特性

This commit is contained in:
meishibiezb
2026-05-01 21:13:16 +08:00
parent a25145638f
commit a6b86934af
6 changed files with 527 additions and 107 deletions

View File

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