fix: 调试设定和伪人

This commit is contained in:
ikechan8370 2025-03-18 22:11:31 +08:00
parent efb5a8f174
commit 3c77da5373
11 changed files with 293 additions and 34 deletions

10
utils/bot.js Normal file
View file

@ -0,0 +1,10 @@
/**
* 获取机器人框架
* @returns {'trss'|'miao'}
*/
export function getBotFramework () {
if (Bot.bots) {
return 'trss'
}
return 'miao'
}