Skip to content

Commit 17e8553

Browse files
committed
移除对 emoji-picker-element 和 @dicebear 的手动分块配置
1 parent 8825550 commit 17e8553

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

README_EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Click the button below for one-click deployment to Cloudflare Workers:
1818
### Method 3: Docker One-Click Deployment (Recommended for Self-hosting)
1919

2020
```bash
21-
docker run -d --name nodecrypt -p 80:80 shua1/nodecrypt
21+
docker run -d --name nodecrypt -p 80:80 ghcr.io/shuaiplus/nodecrypt
2222
```
2323

2424
Access http://localhost:80

vite.config.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ export default defineConfig({
5050
if (/aes-js|elliptic|js-chacha20|js-sha256/.test(id)) {
5151
return 'crypto-libs'
5252
}
53-
if (id.includes('emoji-picker-element')) {
54-
return 'emoji-libs'
55-
}
56-
if (id.includes('@dicebear')) {
57-
return 'avatar-libs'
58-
}
5953
return 'vendor-deps'
6054
}
6155
return undefined

0 commit comments

Comments
 (0)