koishi-plugin-schedule
Advanced tools
Comparing version 2.0.0-alpha.7 to 2.0.0-alpha.8
@@ -54,3 +54,3 @@ "use strict"; | ||
await database.removeSchedule(options.delete); | ||
return meta.$send('日程已删除。'); | ||
return meta.$send(`日程 ${options.delete} 已删除。`); | ||
} | ||
@@ -57,0 +57,0 @@ if (options.list || options.fullList) { |
@@ -63,3 +63,3 @@ "use strict"; | ||
exports.formatTime = formatTime; | ||
const dayMap = ['天', '一', '二', '三', '四', '五', '六']; | ||
const dayMap = ['日', '一', '二', '三', '四', '五', '六']; | ||
function formatTimeAndInterval(time, interval) { | ||
@@ -66,0 +66,0 @@ if (!interval) { |
{ | ||
"name": "koishi-plugin-schedule", | ||
"description": "Schedule plugin for Koishi", | ||
"version": "2.0.0-alpha.7", | ||
"version": "2.0.0-alpha.8", | ||
"main": "dist/index.js", | ||
@@ -37,10 +37,10 @@ "typings": "dist/index.d.ts", | ||
"devDependencies": { | ||
"koishi-database-level": "^2.0.0-alpha.5", | ||
"koishi-database-mysql": "^2.0.0-alpha.5", | ||
"koishi-test-utils": "^4.0.0-alpha.5" | ||
"koishi-database-level": "^2.0.0-alpha.6", | ||
"koishi-database-mysql": "^2.0.0-alpha.6", | ||
"koishi-test-utils": "^4.0.0-alpha.6" | ||
}, | ||
"dependencies": { | ||
"koishi-core": "^2.0.0-alpha.5", | ||
"koishi-core": "^2.0.0-alpha.6", | ||
"koishi-utils": "^1.0.5" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
21576
Updatedkoishi-core@^2.0.0-alpha.6