release: update 3.9.6

This commit is contained in:
xiaoxian521
2022-12-19 14:01:20 +08:00
parent 6faffacf77
commit cdf4abeb58
10 changed files with 402 additions and 412 deletions

View File

@@ -27,9 +27,4 @@ const warpperEnv = (envConf: Recordable): ViteEnv => {
return ret;
};
/** 获取环境变量 */
const loadEnv = (): ViteEnv => {
return import.meta.env;
};
export { warpperEnv, loadEnv };
export { warpperEnv };