This commit is contained in:
2020-08-10 22:23:49 +08:00
parent 6bb6777bb9
commit 19e730574b
265 changed files with 86326 additions and 952 deletions

View File

@@ -99,6 +99,11 @@ function TRPSetting:setEventDelegate()
end
--//TODO: 还要把已经下载了的附件也删除掉
local downloadDir =
Utl.chgToSDCard(
Path.Combine(Application.persistentDataPath, CLPathCfg.self.basePath, "download")
)
Directory.Delete(downloadDir)
pcall(cleanRes)
local panel = CLPanelManager.getPanel(CLMainBase.self.firstPanel)