进度到修改头像的弹窗

Signed-off-by: kevin <kevin@lmve.net>
This commit is contained in:
2025-06-09 20:50:52 +08:00
parent 56d2e09290
commit 396c0d32a7
71 changed files with 9487 additions and 185 deletions
+10
View File
@@ -0,0 +1,10 @@
package routers
import "github.com/gin-gonic/gin"
func V1_time_api(r *gin.RouterGroup) {
r.GET("/now", func(ctx *gin.Context) {
})
}