+3
-3
@@ -12,3 +12,3 @@ /* | ||
| // 文件处理 | ||
| common.proptype.file = { | ||
| common.prototype.file = { | ||
| set: function(file, message, opation) { | ||
@@ -159,3 +159,3 @@ fs.appendFile(file, message, (err) => { | ||
| // json 处理 | ||
| common.proptype.JSON = { | ||
| common.prototype.JSON = { | ||
| get: function() { | ||
@@ -167,3 +167,3 @@ return JSON.parse(fs.readFileSync(file)); | ||
| // 工具类 | ||
| common.proptype.tools = { | ||
| common.prototype.tools = { | ||
| formatDate: function(date) { | ||
@@ -170,0 +170,0 @@ const arr = ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09']; |
+1
-1
| { | ||
| "name": "cpwcom", | ||
| "version": "1.0.3", | ||
| "version": "1.0.4", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
5596
0.05%