add application number

This commit is contained in:
2026-03-16 01:56:50 +07:00
parent 3a30123096
commit 825d330056
11 changed files with 99 additions and 12 deletions
+3
View File
@@ -20,5 +20,8 @@ func (s *service) GetTeamClientLink(name string, password string) string {
}
func (s *service) GetImageLink(name string) string {
if len(name) == 0 {
return ""
}
return fmt.Sprintf("%s/%s", s.host, name)
}