mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-12 03:05:34 +08:00
fix windows compatibility
This commit is contained in:
@@ -78,7 +78,7 @@ class RefactoredConfig
|
||||
continue;
|
||||
}
|
||||
|
||||
$file_path = $config_path . '/' . $file;
|
||||
$file_path = zm_dir($config_path . '/' . $file);
|
||||
if (is_dir($file_path)) {
|
||||
// TODO: 支持子目录(待定)
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user