src/index.js
@@ -85,6 +85,9 @@ if (config.probation && /^20\d{2}-\d{2}-\d{2}$/.test(config.probation) && new Date(config.probation).getTime() > new Date().getTime()) { GLOB.probation = true } } else if (options.sysType === 'local') { GLOB.probation = true GLOB.systemType = '' } else { GLOB.systemType = '' }