snapshot before regression test

This commit is contained in:
t
2026-07-18 19:25:40 +08:00
commit 796222a300
2295 changed files with 206453 additions and 0 deletions

View File

@@ -0,0 +1 @@
{"os_exists": "检查文件/目录是否存在(跨平台)", "os_remove": "删除文件(跨平台)。成功返回 0失败返回 -1。", "os_isdir": "检查路径是否为目录(跨平台)", "os_getsize": "返回文件大小(字节,跨平台)。失败返回 -1。"}