fix: update version

This commit is contained in:
ikechan8370 2023-09-23 20:26:48 +08:00
parent 390eb5cdae
commit 6e61d0e743
2 changed files with 2 additions and 2 deletions

View file

@ -217,7 +217,7 @@ ${translateLangLabels}
const match = e.msg.trim().match(regExp)
const duration = !match[1] ? 12 : parseInt(match[1]) // default 12h
if(duration > 24) {
if (duration > 24) {
await e.reply('最多只能统计24小时内的记录哦')
return false
}

View file

@ -151,7 +151,7 @@ const defaultConfig = {
claudeAITimeout: 120,
claudeAIJA3: '772,4865-4866-4867-49195-49199-49196-49200-52393-52392-49171-49172-156-157-47-53,27-5-65281-13-35-0-51-18-16-43-10-45-11-17513-23,29-23-24,0',
claudeAIUA: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36',
version: 'v2.7.4'
version: 'v2.7.5'
}
const _path = process.cwd()
let config = {}