vite 在項目中常用的配置文件如何配置import { defineConfig } from "vite"; ... resolve: { alias: [//別名配置 // 鍵必須以斜線開始和結束 { find: ...
確定! 回上一頁