test/custom-admin-ui #3

Merged
orion merged 673 commits from test/custom-admin-ui into master 2026-06-05 17:20:58 +08:00
Showing only changes of commit 5eea5c6557 - Show all commits
+1 -1
View File
@@ -58,7 +58,7 @@ async def update_config(data: dict):
return APIResponse()
# 根据code获取文件
# 根据id获取文件
async def get_file_by_id(id):
# 查询文件
file_code = await FileCodes.filter(id=id).first()