mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-27 00:01:27 +00:00
🐛 fix bot display bug
This commit is contained in:
@ -141,7 +141,6 @@ export default {
|
|||||||
filteredBots() {
|
filteredBots() {
|
||||||
return this.bots.filter(bot => {
|
return this.bots.filter(bot => {
|
||||||
return (
|
return (
|
||||||
bot.id.indexOf(this.filterText || "") != -1 ||
|
|
||||||
bot.name.indexOf(this.filterText || "") != -1 ||
|
bot.name.indexOf(this.filterText || "") != -1 ||
|
||||||
bot.desc.indexOf(this.filterText || "") != -1 ||
|
bot.desc.indexOf(this.filterText || "") != -1 ||
|
||||||
bot.author.indexOf(this.filterText || "") != -1
|
bot.author.indexOf(this.filterText || "") != -1
|
||||||
|
Reference in New Issue
Block a user