fix: 优化一些tool

This commit is contained in:
ikechan8370 2023-06-26 13:25:00 +08:00
parent 8257779f5c
commit 328849b320
3 changed files with 19 additions and 9 deletions

View file

@ -36,6 +36,7 @@ export class QueryStarRailTool extends AbstractTool {
return '用户没有绑定uid无法查询。可以让用户主动提供uid进行查询'
}
} catch (e) {
// todo support miao-plugin and sruid
return '未安装StarRail-Plugin无法查询'
}
}