export const isDev = import.meta.env.DEV /** * 是否处于编辑器模式 */ export const isAdvEditor = import.meta.env.VITE_ADV_EDITOR