引入插件 yarn add -D vite-plugin-zip-pack 配置插件 在 vite.config.ts 中新增配置: import vue from '@vitejs/plugin-vue' import * as path from 'path' import { defineC