Quellcode durchsuchen

更新 target/fastweb.lua

1585346868 vor 1 Monat
Ursprung
Commit
c635fc6412
1 geänderte Dateien mit 6 neuen und 1 gelöschten Zeilen
  1. 6 1
      target/fastweb.lua

+ 6 - 1
target/fastweb.lua

@@ -102,5 +102,10 @@ end
 function fastweb.toint(obj)
     return fw_toint(obj)
 end
-
+--[[
+    文件最后修改时间
+]]
+function fastweb.file_last_modified_time(filepath)
+    return file_last_modify_time(filepath)
+end
 return fastweb