feat(peer): add alias field and support filtering by alias

This commit is contained in:
lejianwen
2025-08-31 13:39:22 +08:00
parent a7c087afbb
commit f09c898f16
4 changed files with 8 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ import (
"github.com/spf13/cobra"
)
const DatabaseVersion = 264
const DatabaseVersion = 265
// @title 管理系统API
// @version 1.0