mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-26 08:43:23 +08:00
* feat:提交前端代码 * feat:提交logo样式切换 * feat:替换avatar、部分位置icon、chatchat相关说明、git链接、Wiki链接、关于、设置、反馈与建议等功能,关闭lobehub自检更新功能 * fix:移除多余代码 --------- Co-authored-by: liunux4odoo <41217877+liunux4odoo@users.noreply.github.com>
62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
{
|
|
"background_color": "#000000",
|
|
"description": "An open-source, extensible (Function Calling), high-performance chatbot framework. It supports one-click free deployment of your private ChatGPT/LLM web application",
|
|
"display": "standalone",
|
|
"icons": [
|
|
{
|
|
"src": "/icons/icon-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icons/maskable-icon-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
},
|
|
{
|
|
"src": "/icons/icon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icons/maskable-icon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
}
|
|
],
|
|
"id": "/",
|
|
"name": "LobeChat",
|
|
"orientation": "portrait",
|
|
"scope": "/",
|
|
"screenshots": [
|
|
{
|
|
"src": "/screenshots/screenshot-1.png",
|
|
"sizes": "750x1334",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/screenshots/screenshot-2.png",
|
|
"sizes": "750x1334",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/screenshots/screenshot-3.png",
|
|
"sizes": "750x1334",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/screenshots/screenshot-4.png",
|
|
"sizes": "750x1334",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"short_name": "LobeChat",
|
|
"splash_pages": null,
|
|
"start_url": ".",
|
|
"theme_color": "#000000"
|
|
}
|