update:消息提示

This commit is contained in:
lan
2023-08-15 01:17:15 +08:00
parent cae49788ae
commit 5e9768c145
45 changed files with 129 additions and 53 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ app.include_router(admin_api)
@app.get('/')
async def index():
return HTMLResponse(content=open('./fcb-fronted/dist/index.html', 'r', encoding='utf-8').read(), status_code=200)
return HTMLResponse(content=open('./fcb-fronted/dist/index.html', 'r', encoding='utf-8').read().replace('{{title}}', 'FileCodeBox'), status_code=200)
if __name__ == '__main__':