新增: 分享链接闭环——OSS 静态发布与观众查看器

This commit is contained in:
lxy
2026-08-28 00:26:09 +08:00
parent daaccb8ad7
commit eca5b11ea4
12 changed files with 469 additions and 59 deletions
+6
View File
@@ -5,6 +5,12 @@ export default defineConfig(({ mode }) => ({
plugins: [vue()],
build: {
chunkSizeWarningLimit: 800,
rollupOptions: {
input: {
main: 'index.html',
viewer: 'viewer.html',
},
},
},
// npm run dev:webmode=web)→ 浏览器模式,端口 8080
// npm run tauri:dev → 默认 mode,端口 5173