fix:高版本node报错

This commit is contained in:
bietiaop 2024-07-10 16:38:50 +08:00
parent b92c557b19
commit 6765ecfc85
4 changed files with 26 additions and 2 deletions

View file

@ -21,6 +21,8 @@ export const resourcesPath = path.join(pluginPath, 'resources');
export const imageResourcesPath = path.join(resourcesPath, 'images');
export const mapResourcesPath = path.join(resourcesPath, 'maps');
// config 路径
export const configPath = path.join(pluginPath, 'config');