koishi-plugin-teach
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -128,6 +128,6 @@ import { Session, App, Context, User, NextFunction, Argv } from 'koishi-core'; | ||
interface Question { | ||
/** 去除句首句尾标点符号,句中空格后的句子 */ | ||
prefixed: string; | ||
/** 被 unescape 处理后原本的句子 */ | ||
original: string; | ||
/** 去除句首句尾标点符号,句中空格和句首称呼的句子 */ | ||
unprefixed: string; | ||
parsed: string; | ||
/** 是否含有称呼 */ | ||
@@ -134,0 +134,0 @@ appellative: boolean; |
{ | ||
"name": "koishi-plugin-teach", | ||
"description": "Teach plugin for Koishi", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"main": "lib/index.js", | ||
@@ -37,9 +37,9 @@ "typings": "lib/index.d.ts", | ||
"peerDependencies": { | ||
"koishi-core": "^3.12.3" | ||
"koishi-core": "^3.13.0" | ||
}, | ||
"devDependencies": { | ||
"koishi-plugin-mongo": "^2.2.3", | ||
"koishi-plugin-mysql": "^3.3.2", | ||
"koishi-plugin-mongo": "^2.3.0", | ||
"koishi-plugin-mysql": "^3.4.0", | ||
"koishi-plugin-webui": "^4.6.3", | ||
"koishi-test-utils": "^6.0.1" | ||
"koishi-test-utils": "^6.1.0" | ||
}, | ||
@@ -46,0 +46,0 @@ "dependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
231053
2401