/** * 说明:应用静态配置 */ export default { version: '0.0.1', } /** * 是否是开发环境 */ export const isDev = import.meta.env.DEV;