feat: version

This commit is contained in:
ikechan8370 2023-02-25 20:26:11 +08:00
parent ba027dc760
commit aff436007d
8 changed files with 27 additions and 14 deletions

View file

@ -31,7 +31,8 @@ const defaultConfig = {
proxy: '',
debug: true,
defaultTimeoutMs: 120000,
chromeTimeoutMS: 120000
chromeTimeoutMS: 120000,
version: '2.0.0'
}
const _path = process.cwd()
let config = {}