Files
Mofox-Core/src/plugins/built_in
tt-P607 ffdfa8e38e refactor(maizone_refactored): use absolute path for default image directory
The default path for `image_directory` was previously a relative path (`./data/images`), which could lead to issues depending on the working directory from which the application is run.

This change modifies the default value to be an absolute path derived from the plugin's file location (`Path(__file__).parent / "images"`). This ensures that the image directory path is always correct and robust, regardless of the execution context.
2025-11-19 22:45:04 +08:00
..
2025-11-19 22:44:03 +08:00
2025-08-03 19:52:31 +08:00
2025-11-19 22:40:23 +08:00
2025-11-19 22:39:49 +08:00
2025-11-19 22:34:56 +08:00
2025-11-19 22:44:03 +08:00