From 242354067583a7e3e508d0393c77d45723f3a100 Mon Sep 17 00:00:00 2001 From: molvqingtai Date: Fri, 27 Sep 2024 10:09:47 +0800 Subject: [PATCH] chore: update mathes websit url --- src/app/content/index.tsx | 2 +- wxt.config.ts | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/content/index.tsx b/src/app/content/index.tsx index 7ae07b5..7370764 100644 --- a/src/app/content/index.tsx +++ b/src/app/content/index.tsx @@ -19,7 +19,7 @@ export default defineContentScript({ cssInjectionMode: 'ui', runAt: 'document_end', matches: ['https://*/*'], - + excludeMatches: ['*://localhost/*', '*://127.0.0.1/*'], async main(ctx) { const store = Remesh.store({ externs: [IndexDBStorageImpl, BrowserSyncStorageImpl, PeerRoomImpl, ToastImpl], diff --git a/wxt.config.ts b/wxt.config.ts index 128e6cf..60724c6 100644 --- a/wxt.config.ts +++ b/wxt.config.ts @@ -11,12 +11,12 @@ export default defineConfig({ startUrls: ['https://www.example.com/'] }, manifest: { - permissions: ['storage'], - browser_specific_settings: { - gecko: { - id: 'molvqingtai@gmail.com' - } - } + permissions: ['storage'] + // browser_specific_settings: { + // gecko: { + // id: 'molvqingtai@gmail.com' + // } + // } }, vite: (env) => ({ define: {