修改获取版本链接

This commit is contained in:
whyour 2022-04-04 17:17:34 +08:00
parent 24f6070f9e
commit 8b5347dd44

View File

@ -4,7 +4,7 @@ import { createRandomString } from './util';
process.env.NODE_ENV = process.env.NODE_ENV || 'development'; process.env.NODE_ENV = process.env.NODE_ENV || 'development';
const lastVersionFile = 'http://qn.whyour.cn/version.ts'; const lastVersionFile = 'http://qn.whyour.cn/version.ts?v=2.12.1';
const envFound = dotenv.config(); const envFound = dotenv.config();
const rootPath = process.cwd(); const rootPath = process.cwd();