From 75758ead46c95efff68ccdbb387ae1bd1cbc8c41 Mon Sep 17 00:00:00 2001 From: ViperEkura <3081035982@qq.com> Date: Fri, 16 Jan 2026 21:02:26 +0800 Subject: [PATCH] =?UTF-8?q?docs(data):=20=E4=BF=AE=E6=94=B9=E5=86=85?= =?UTF-8?q?=E5=AD=98=E6=98=A0=E5=B0=84=E6=96=87=E4=BB=B6=E6=89=A9=E5=B1=95?= =?UTF-8?q?=E5=90=8D=E4=B8=BA.pt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- khaosz/data/mmap.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/khaosz/data/mmap.py b/khaosz/data/mmap.py index d9d4bd6..8db521d 100644 --- a/khaosz/data/mmap.py +++ b/khaosz/data/mmap.py @@ -11,8 +11,8 @@ class MmapFileHandler: ``` [ - {"file_name": "file1.bin", "size": 1000, "key": "key1"}, - {"file_name": "file2.bin", "size": 2000, "key": "key2"} + {"file_name": "file1.pt", "size": 1000, "key": "key1"}, + {"file_name": "file2.pt", "size": 2000, "key": "key2"} ... ] ``` @@ -21,8 +21,8 @@ class MmapFileHandler: ``` folder_path: - metadata.json - - file1.bin - - file2.bin + - file1.pt + - file2.pt ... ``` """