test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
mol
2023-12-14 11:11:55 +08:00
parent 04f6858411
commit 91853e4296
2 changed files with 5 additions and 2 deletions

View File

@ -65,8 +65,8 @@ steps: # 定义管道的执行步骤
pull: if-not-exists
depends_on: [build-image]
volumes:
- name: cache
path: /cache
- name: cache
path: /cache
settings:
rebuild: true
mount:

View File

@ -41,6 +41,9 @@ function cookInit() {
}
function dealCommon(data) {
for (let i of data.keys()) {
logger(data[i])
}
logger('开始处理指令')
logger(data)
const [commandText, ...contentText] = data.text.trim().split(' ');