fix:image path

This commit is contained in:
bietiaop 2024-07-09 10:33:22 +08:00
parent b53e224207
commit e28fbd8472
2 changed files with 6 additions and 4 deletions

View file

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