first version

This commit is contained in:
Jay
2019-08-13 07:39:49 +08:00
commit 1fda2ff1f6
14 changed files with 2590 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
const path = require('path')
module.exports = {
download_location: process.env.DL_LOC || path.resolve(__dirname, '..', 'downloaded')
}