From 60c274076f49ee22006d29086ae9c12fa59cde83 Mon Sep 17 00:00:00 2001 From: Hakadao Date: Tue, 2 Apr 2024 17:35:43 +0800 Subject: [PATCH 1/3] fix: attempt to resolve "EBUSY error from 'C:\DumpStack.log.tmp'" --- vite.config.content.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.content.ts b/vite.config.content.ts index 268b4406..346f6644 100644 --- a/vite.config.content.ts +++ b/vite.config.content.ts @@ -8,7 +8,7 @@ export default defineConfig({ ...sharedConfig, build: { watch: isDev - ? {} + ? { include: './' } : undefined, outDir: r(isFirefox ? 'extension-firefox/dist/contentScripts' : 'extension/dist/contentScripts'), cssCodeSplit: false, From 8009d8b93a7e62faefc85a55c3855876eed8ca6c Mon Sep 17 00:00:00 2001 From: Hakadao Date: Tue, 2 Apr 2024 17:46:00 +0800 Subject: [PATCH 2/3] fix: attempt to resolve "EBUSY error from 'C:\DumpStack.log.tmp'" --- vite.config.content.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.content.ts b/vite.config.content.ts index 346f6644..2483dca5 100644 --- a/vite.config.content.ts +++ b/vite.config.content.ts @@ -8,7 +8,7 @@ export default defineConfig({ ...sharedConfig, build: { watch: isDev - ? { include: './' } + ? { include: ['./**/*'] } : undefined, outDir: r(isFirefox ? 'extension-firefox/dist/contentScripts' : 'extension/dist/contentScripts'), cssCodeSplit: false, From efacf5bd281afbcf63c72e6652a6160128f64e81 Mon Sep 17 00:00:00 2001 From: Hakadao Date: Tue, 2 Apr 2024 17:50:36 +0800 Subject: [PATCH 3/3] fix(VideoCard): author avatar display issue in horizontal mode --- src/components/VideoCard/VideoCard.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/VideoCard/VideoCard.vue b/src/components/VideoCard/VideoCard.vue index 276ada4e..f0f8a828 100644 --- a/src/components/VideoCard/VideoCard.vue +++ b/src/components/VideoCard/VideoCard.vue @@ -342,9 +342,10 @@ function handleMoreBtnClick(event: MouseEvent) { >