wip: multi-language support

This commit is contained in:
vben
2020-11-23 00:35:15 +08:00
parent b49950a390
commit 737b1b190c
59 changed files with 512 additions and 272 deletions

View File

@@ -1,7 +1,7 @@
import { getEnv } from '/@/utils/env';
import { useSetting } from '/@/hooks/core/useSetting';
import { useGlobSetting } from '/@/settings/use';
import pkg from '../../../package.json';
const { globSetting } = useSetting();
const globSetting = useGlobSetting();
// Generate cache key according to version
export const getStorageShortName = () => {