代码重构,删除无用文件

This commit is contained in:
2025-08-17 18:52:05 +08:00
parent bdbdd1ceec
commit 2cb7ce5c66
173 changed files with 151 additions and 2345 deletions

View File

@@ -1,7 +1,7 @@
from flask_prompt_master import create_app, db
from src.flask_prompt_master import create_app, db
import pymysql
from flask_prompt_master.init_db import templates as init_templates
from flask_prompt_master.templates.prompts import templates as prompt_templates
from src.flask_prompt_master.promptsTemplates import templates as init_templates
from src.flask_prompt_master.templates.prompts import templates as prompt_templates
def insert_all_templates():
"""向 prompt_template 表插入所有模板数据"""