feat: improved icon and category lookup mechanism

This commit is contained in:
yusing
2025-05-04 09:37:15 +08:00
parent 5fce4b445b
commit 8ef8015a7f
4 changed files with 45 additions and 29 deletions

View File

@@ -10,7 +10,7 @@ import (
type route interface {
pool.Object
ProviderName() string
Reference() string
References() []string
TargetURL() *gpnet.URL
}