版本文件改为七牛云存储

This commit is contained in:
whyour
2022-02-19 22:48:06 +08:00
parent 7d6e1d3e3d
commit f71b3d0378
9 changed files with 496 additions and 145 deletions
+1 -2
View File
@@ -4,8 +4,7 @@ import { createRandomString } from './util';
process.env.NODE_ENV = process.env.NODE_ENV || 'development';
const lastVersionFile =
'https://raw.githubusercontent.com/whyour/qinglong/master/src/version.ts';
const lastVersionFile = 'https://qn.whyour.cn/version.ts';
const envFound = dotenv.config();
const rootPath = process.cwd();