/** * 环境变量:是否Tauri环境 */ export const isTauri = import.meta.env.TAURI_PLATFORM ? true : false;