This commit is contained in:
DelLevin-Home
2026-01-28 22:07:22 +08:00
parent 1ad51c6a09
commit 674f3d42a7
3 changed files with 44 additions and 1 deletions

View File

@@ -4,6 +4,12 @@ import proj_utils.utils as utils # 导入你的工具模块
app = Flask(__name__)
@app.route('/')
def index():
"""渲染主页模板"""
return render_template('index.html')
@app.route('/en-de-code')
def index():
"""渲染主页模板"""