Optimize the file structure of code generator (#574)

This commit is contained in:
Wu Clan
2025-04-15 19:54:18 +08:00
committed by GitHub
parent 960d9f6215
commit 6c70b34ae6
14 changed files with 70 additions and 60 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ STATIC_DIR = BASE_PATH / 'static'
UPLOAD_DIR = STATIC_DIR / 'upload'
# jinja2 模版文件路径
JINJA2_TEMPLATE_DIR = BASE_PATH / 'templates'
JINJA2_TEMPLATE_DIR = BASE_PATH / 'templates' / 'generator'
# 插件目录
PLUGIN_DIR = BASE_PATH / 'plugin'