refactor: move favicon into homepage module

This commit is contained in:
yusing
2025-04-10 06:04:14 +08:00
parent fb075a24d7
commit 6a5d324733
14 changed files with 328 additions and 328 deletions

View File

@@ -24,6 +24,7 @@ type (
TargetName() string
TargetURL() *net.URL
HealthMonitor() health.HealthMonitor
Reference() string
Started() bool