Skip to content

Commit

Permalink
fix: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ikechan8370 committed Sep 23, 2023
1 parent 390eb5c commit 6e61d0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/entertainment.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion utils/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down

0 comments on commit 6e61d0e

Please sign in to comment.