mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-05-19 11:09:31 +08:00
- OpenAI 兼容 URL 归一化改为保留已有 v3 和 v4 版本段,避免火山与智谱地址被错误补 /v1 - 对误填 /chat/completions 和 /models 的地址先回退到 base URL,再拼接目标端点 - 模型列表与连通性检测复用统一端点解析逻辑,修复火山 Coding Plan 等兼容服务请求 - AI 设置页拆分火山方舟与火山 Coding Plan 两个预设,并按完整路径精确匹配回显 - 修正模型下拉默认值行为,未选模型时保持占位态,避免误用动态列表首项 - 补充 provider 与 service 回归测试,并新增需求追踪文档
25 lines
538 B
JSON
Executable File
25 lines
538 B
JSON
Executable File
{
|
|
"name": "@wailsapp/runtime",
|
|
"version": "2.0.0",
|
|
"description": "Wails Javascript runtime library",
|
|
"main": "runtime.js",
|
|
"types": "runtime.d.ts",
|
|
"scripts": {
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/wailsapp/wails.git"
|
|
},
|
|
"keywords": [
|
|
"Wails",
|
|
"Javascript",
|
|
"Go"
|
|
],
|
|
"author": "Lea Anthony <lea.anthony@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/wailsapp/wails/issues"
|
|
},
|
|
"homepage": "https://github.com/wailsapp/wails#readme"
|
|
}
|