mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-02-02 17:59:27 +08:00
- StreamingResponse 换成 EventSourceResponse,即 Server Send Event Source 方式发送数据 - webui 中 search 接口改成 rxjs Observable 方式, 这次来不及改到 vue 里,但是写了接口 usage example; - 顺手补了一些 vscode 通用的开发配置, 补了之前配置文件解析漏了一个可用环境变量的 host 字段
20 lines
363 B
JSON
20 lines
363 B
JSON
{
|
|
"files.associations": {
|
|
"settings.json": "json5",
|
|
"launch.json": "json5",
|
|
"extensions.json": "json5",
|
|
"tsconfig.json": "json5",
|
|
"tsconfig.*.json": "json5",
|
|
},
|
|
"[markdown]": {
|
|
"editor.wordWrap": "off",
|
|
},
|
|
"python.venvPath": "./backend/venv",
|
|
"cSpell.words": [
|
|
"Bangumi",
|
|
"fastapi",
|
|
"mikan",
|
|
"starlette"
|
|
],
|
|
}
|