change: remove unused methods

This commit is contained in:
lilong.129
2025-02-11 14:44:40 +08:00
parent 6651b52517
commit b35116fdf7
14 changed files with 52 additions and 467 deletions

View File

@@ -42,7 +42,7 @@ func clearAppHandler(c *gin.Context) {
return
}
err = dExt.GetDriver().Clear(appClearReq.PackageName)
err = dExt.Driver.AppClear(appClearReq.PackageName)
if err != nil {
log.Err(err).Msg(fmt.Sprintf("[%s]: failed to unlick screen", c.HandlerName()))
c.JSON(http.StatusInternalServerError,