更新数据库初始化方法,修改用户昵称字段,调整响应模型数据类型,简化站点健康检查接口,移除不必要的服务函数

This commit is contained in:
2025-12-17 17:33:53 +08:00
parent 35efbdf000
commit a0afcbaa90
5 changed files with 5 additions and 16 deletions

View File

@@ -1,12 +1,3 @@
"""
站点信息服务。
"""
from pkg import conf
async def get_version() -> str:
"""
返回站点版本信息。
"""
return conf.VERSION