r menu navbar"> Código Incidencias 0 Pull Requests 0 Commits 49 Releases 0 Wiki

49 Commits (15b1a512b7ed37b2f7a0dd20a9090bcecac51892)

Autor SHA1 Mensaje Fecha
  XMTT 15b1a512b7 配置文件 %!s(int64=7) %!d(string=hace) años
  XMTT bff688913e 配置文件 %!s(int64=7) %!d(string=hace) años
  XMTT 1849f41c54 日期查询 %!s(int64=7) %!d(string=hace) años
  XMTT 26868f7229 专家录入和专家录入审核功能 %!s(int64=7) %!d(string=hace) años
  XMTT b9c6c244c2 机构管理 增加编辑 图片上传 %!s(int64=7) %!d(string=hace) años
  XMTT 3a17c56199 邮件发送 %!s(int64=7) %!d(string=hace) años
  XMTT dd7df11281 发送邀请邮件功能 %!s(int64=7) %!d(string=hace) años
  XMTT 3bdf3aefdc 实名认证页面身份证号录入 %!s(int64=7) %!d(string=hace) años
  XMTT be6c2a10cf DictService %!s(int64=7) %!d(string=hace) años
  XMTT 4ab7242e19 更改需求状态 %!s(int64=7) %!d(string=hace) años
  XMTT b042c61af2 需求管理 %!s(int64=7) %!d(string=hace) años
  XMTT ae6200fc80 typeahead %!s(int64=7) %!d(string=hace) años
  XMTT 696dd6ccc9 pageQuery %!s(int64=7) %!d(string=hace) años
  XMTT cc769de841 00 %!s(int64=7) %!d(string=hace) años
  XMTT b616c25a8c 咨询管理 %!s(int64=7) %!d(string=hace) años
  XMTT f7c9f8554e 11 %!s(int64=7) %!d(string=hace) años
  XMTT f900080435 Merge remote-tracking branch 'origin/master' %!s(int64=7) %!d(string=hace) años
  XMTT a5e5d67821 JdbcUtil.queryList %!s(int64=7) %!d(string=hace) años
  yunkai d9e4fab08b 11 %!s(int64=7) %!d(string=hace) años
  XMTT ad886b4e94 客户池管理 机构 typeahead %!s(int64=7) %!d(string=hace) años
  XMTT fa177791b1 取消user缓存加载,/all不返回密码和权限值 %!s(int64=7) %!d(string=hace) años
  XMTT 8afca234b3 Merge branch 'TT' %!s(int64=7) %!d(string=hace) años
  XMTT 536151d578 密码修改 %!s(int64=7) %!d(string=hace) años
  yunkai 86f6631dd7 00 %!s(int64=7) %!d(string=hace) años
  yunkai eba764eeb8 11 %!s(int64=7) %!d(string=hace) años
  yunkai 2981cb3f71 0 %!s(int64=7) %!d(string=hace) años
  XMTT 20e151481c pictable1 %!s(int64=7) %!d(string=hace) años
  XMTT eb151019f4 pictable %!s(int64=7) %!d(string=hace) años
  XMTT a2a7272b4b Merge branch 'master' of http://121.42.53.174:3000/jiapeng/console-web into TT %!s(int64=7) %!d(string=hace) años
  XMTT 581d5a5ea3 .. %!s(int64=7) %!d(string=hace) años
  yunkai f94f4fc186 0 %!s(int64=7) %!d(string=hace) años
  XMTT 2a6e8e4a8d Merge branch 'master' of http://121.42.53.174:3000/jiapeng/console-web %!s(int64=7) %!d(string=hace) años
  XMTT 542ab82cf8 .gitignore %!s(int64=7) %!d(string=hace) años
  XMTT 66382fe4bc pictable %!s(int64=7) %!d(string=hace) años
  yunkai a3eae87504 00 %!s(int64=7) %!d(string=hace) años
  yunkai 889aac6c03 00 %!s(int64=7) %!d(string=hace) años
  yunkai f98cc065ba 00 %!s(int64=7) %!d(string=hace) años
  XMTT e0c000be6c lixin + zhao %!s(int64=7) %!d(string=hace) años
  jiapeng caaa966b08 0 %!s(int64=7) %!d(string=hace) años
  jiapeng 357f060482 0 %!s(int64=7) %!d(string=hace) años
  jiapeng e44c36a402 00 %!s(int64=7) %!d(string=hace) años
  jiapeng 4df298a5d3 ff %!s(int64=7) %!d(string=hace) años
  jiapeng b3e4a89969 5 %!s(int64=7) %!d(string=hace) años
  root 374edc8aef i %!s(int64=7) %!d(string=hace) años
  jiapeng 5447a379c1 w2w %!s(int64=7) %!d(string=hace) años
  jiapeng 9b35ead238 ddd %!s(int64=7) %!d(string=hace) años
  jiapeng 775b1a984b ddd %!s(int64=7) %!d(string=hace) años
  jiapeng f7c2a2aee0 init2 %!s(int64=7) %!d(string=hace) años
  jiapeng 03d5b9b17d init %!s(int64=7) %!d(string=hace) años
medical-share - Gogs: Go Git Service

Нет описания

check-versions.js 1.3KB

    'use strict' const chalk = require('chalk') const semver = require('semver') const packageConfig = require('../package.json') const shell = require('shelljs') function exec (cmd) { return require('child_process').execSync(cmd).toString().trim() } const versionRequirements = [ { name: 'node', currentVersion: semver.clean(process.version), versionRequirement: packageConfig.engines.node } ] if (shell.which('npm')) { versionRequirements.push({ name: 'npm', currentVersion: exec('npm --version'), versionRequirement: packageConfig.engines.npm }) } module.exports = function () { const warnings = [] for (let i = 0; i < versionRequirements.length; i++) { const mod = versionRequirements[i] if (!semver.satisfies(mod.currentVersion, mod.versionRequirement)) { warnings.push(mod.name + ': ' + chalk.red(mod.currentVersion) + ' should be ' + chalk.green(mod.versionRequirement) ) } } if (warnings.length) { console.log('') console.log(chalk.yellow('To use this template, you must update following to modules:')) console.log() for (let i = 0; i < warnings.length; i++) { const warning = warnings[i] console.log(' ' + warning) } console.log() process.exit(1) } }