This commit is contained in:
Liang Ding
2023-01-05 10:16:10 +08:00
parent fe31f8ae72
commit 6b4a6bd7d3

View File

@@ -22,7 +22,6 @@ import (
"os"
"path/filepath"
"strings"
"time"
"github.com/88250/gulu"
"github.com/gin-gonic/gin"
@@ -109,5 +108,4 @@ func setWorkspaceDir(c *gin.Context) {
}
util.PushMsg(model.Conf.Language(42), 1000*15)
time.Sleep(time.Second * 3)
}