77 交友房上麦

This commit is contained in:
2025-12-18 10:33:00 +08:00
parent df499aaa6c
commit c388d765d4
4 changed files with 22 additions and 11 deletions

View File

@@ -62,7 +62,7 @@ open class Application : CommonAppContext() {
override fun onCreate() {
super.onCreate()
// 应用内部存储 filesDir 目录的根路径
APP_CONTENT = filesDir.absolutePath
APP_CONTENT = File(filesDir, "APP_CONTENT").absolutePath
// 内部存储下的日志目录
LOGUTILS_SAVE_PATH = File(filesDir, "APP_CONTENT/APP_LOG").absolutePath
// 内部存储下的崩溃日志目录