king
2021-11-15 ded0a522a7747fb841719c13c8c35f13cf5cda4c
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 = ''
    }