细节调整

This commit is contained in:
fofolee
2022-04-04 09:17:45 +08:00
parent ee7d965826
commit 661654a4cf
3 changed files with 8 additions and 18 deletions

View File

@@ -332,7 +332,6 @@ export default {
);
default:
return commands.filter(
// 可选链操作符
(cmd) => cmd.tags?.includes(this.currentTag)
);
}