fix windows compatibility

This commit is contained in:
sunxyw
2022-08-23 16:00:55 +08:00
parent 29f5c3c758
commit 6fc875aa72

View File

@@ -78,7 +78,7 @@ class RefactoredConfig
continue; continue;
} }
$file_path = $config_path . '/' . $file; $file_path = zm_dir($config_path . '/' . $file);
if (is_dir($file_path)) { if (is_dir($file_path)) {
// TODO: 支持子目录(待定) // TODO: 支持子目录(待定)
continue; continue;