Comparing version 0.0.22 to 0.0.23
@@ -24,2 +24,7 @@ #!/usr/bin/env node | ||
//欢迎信息 | ||
Class.prototype.welcome = function(){ | ||
console.log('\n\n\n hello DuoMS\n\n\n'); | ||
} | ||
//版本号 | ||
@@ -61,3 +66,3 @@ Class.prototype.version = function(){ | ||
var duoms = new Class(), run = duoms.short[param[0]] || param[0]; | ||
param[0] ? (duoms[run] ? duoms[run]() : duoms.help()) : duoms.help(); | ||
param[0] ? (duoms[run] ? duoms[run]() : duoms.help()) : duoms.welcome(); | ||
{ | ||
"name": "duoms", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"description": "剁手管理系统基础服务", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1604
51