@@ -27,7 +27,7 @@ func (b *BaseApi) LoadDashboardOsInfo(c *gin.Context) {
2727// @Tags Dashboard
2828// @Summary Load app launcher
2929// @Accept json
30- // @Success 200 {Array } dto.AppLauncher
30+ // @Success 200 {array } dto.AppLauncher
3131// @Security ApiKeyAuth
3232// @Security Timestamp
3333// @Router /dashboard/app/launcher [get]
@@ -44,7 +44,7 @@ func (b *BaseApi) LoadAppLauncher(c *gin.Context) {
4444// @Summary Load app launcher options
4545// @Accept json
4646// @Param request body dto.SearchByFilter true "request"
47- // @Success 200 {Array } dto.LauncherOption
47+ // @Success 200 {array } dto.LauncherOption
4848// @Security ApiKeyAuth
4949// @Security Timestamp
5050// @Router /dashboard/app/launcher/option [post]
@@ -85,7 +85,7 @@ func (b *BaseApi) UpdateAppLauncher(c *gin.Context) {
8585
8686// @Tags Dashboard
8787// @Summary Load quick jump options
88- // @Success 200 {Array } dto.QuickJump
88+ // @Success 200 {array } dto.QuickJump
8989// @Security ApiKeyAuth
9090// @Security Timestamp
9191// @Router /dashboard/quick/option [get]
@@ -181,7 +181,7 @@ func (b *BaseApi) LoadDashboardCurrentInfo(c *gin.Context) {
181181
182182// @Tags Dashboard
183183// @Summary Load top cpu processes
184- // @Success 200 {Array } dto.Process
184+ // @Success 200 {array } dto.Process
185185// @Security ApiKeyAuth
186186// @Security Timestamp
187187// @Router /dashboard/current/top/cpu [get]
@@ -192,7 +192,7 @@ func (b *BaseApi) LoadDashboardTopCPU(c *gin.Context) {
192192
193193// @Tags Dashboard
194194// @Summary Load top memory processes
195- // @Success 200 {Array } dto.Process
195+ // @Success 200 {array } dto.Process
196196// @Security ApiKeyAuth
197197// @Security Timestamp
198198// @Router /dashboard/current/top/mem [get]
0 commit comments