交接文件同步

This commit is contained in:
韩丁康
2024-05-27 10:39:10 +08:00
parent 9a4b30ce7c
commit 04ad1df10e
32 changed files with 527201 additions and 1385 deletions

6
figcode/awdb/const.py Normal file
View File

@@ -0,0 +1,6 @@
MODE_AUTO = 0
MODE_MMAP_EXT = 1
MODE_MMAP = 2
MODE_FILE = 4
MODE_MEMORY = 8
MODE_FD = 16