Merge branch 'main' into refactor-message-listeners

This commit is contained in:
Hakadao
2024-04-02 17:55:29 +08:00
2 changed files with 4 additions and 3 deletions

View File

@@ -342,9 +342,10 @@ function handleMoreBtnClick(event: MouseEvent) {
>
<img
:src="`${removeHttpFromUrl(authorFace)}@50w_50h_1c`"
width="40"
height="40"
width="30"
height="30"
loading="lazy"
object-cover
>
</a>
</div>

View File

@@ -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,