mirror of
https://github.com/JefferyHcool/BiliNote.git
synced 2026-09-04 23:26:51 +08:00
feat(system): 添加后端初始化和健康检查功能
- 新增后端初始化对话框组件 - 实现后端健康检查和初始化逻辑 - 在 App 组件中集成后端初始化和健康检查 - 新增系统健康检查 API 和相关服务
This commit is contained in:
@@ -238,7 +238,7 @@ async def image_proxy(request: Request, url: str):
|
||||
resp.aiter_bytes(),
|
||||
media_type=content_type,
|
||||
headers={
|
||||
"Cache-Control": "public, max-age=86400", # ✅ 缓存一天
|
||||
"Cache-Control": "public, max-age=86400", # 缓存一天
|
||||
"Content-Type": content_type,
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user