From e41e02355949d9503154f6d931789582479435f5 Mon Sep 17 00:00:00 2001
From: Dana <Dana_Lee1016@126.com>
Date: 星期五, 30 一月 2026 15:33:46 +0800
Subject: [PATCH] 修改日期目录为xxxx_xx_xx

---
 app/src/main/java/com/safeluck/floatwindow/util/VideoFileUtils.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/app/src/main/java/com/safeluck/floatwindow/util/VideoFileUtils.java b/app/src/main/java/com/safeluck/floatwindow/util/VideoFileUtils.java
index c0c6e91..5979e3c 100644
--- a/app/src/main/java/com/safeluck/floatwindow/util/VideoFileUtils.java
+++ b/app/src/main/java/com/safeluck/floatwindow/util/VideoFileUtils.java
@@ -50,7 +50,7 @@
         }
         
         // 鍒涘缓骞存湀鏃ョ洰褰曪紙渚嬪锛�260126锛�
-        SimpleDateFormat dateFormat = new SimpleDateFormat("yyMMdd", Locale.getDefault());
+        SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy_MM_dd", Locale.getDefault());
         String dateDirName = dateFormat.format(new Date());
         File dateDir = new File(videoDir, dateDirName);
         if (!dateDir.exists()) {

--
Gitblit v1.8.0