补充分割低频组件与响应式渲染优化

根据全站性能审计继续降低低频组件请求、重复 DOM 与重复缓存 URL 成本。

- 二维码组件改为详情弹窗实际渲染时异步加载
- 文件管理仅挂载当前断点对应的移动列表或桌面表格
- Vite 静态与动态资源统一使用 /theme-assets/ 前缀
- 已通过架构检查、类型检查、ESLint 和生产构建
This commit is contained in:
2026-07-21 17:02:09 +08:00
parent aa3743b42d
commit 2fe835d8d2
4 changed files with 20 additions and 6 deletions
+1
View File
@@ -6,6 +6,7 @@ import vueJsx from '@vitejs/plugin-vue-jsx'
import tailwindcss from 'tailwindcss'
import autoprefixer from 'autoprefixer'
export default defineConfig({
base: '/theme-assets/',
plugins: [vue(), vueJsx()],
resolve: {
alias: {