This commit is contained in:
@ -41,6 +41,9 @@ function cookInit() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function dealCommon(data) {
|
function dealCommon(data) {
|
||||||
|
for (let i of data.keys()) {
|
||||||
|
logger(data[i])
|
||||||
|
}
|
||||||
logger('开始处理指令')
|
logger('开始处理指令')
|
||||||
logger(data)
|
logger(data)
|
||||||
const [commandText, ...contentText] = data.text.trim().split(' ');
|
const [commandText, ...contentText] = data.text.trim().split(' ');
|
||||||
|
Reference in New Issue
Block a user