补充 Docker 配置与登录页品牌修改

This commit is contained in:
新觅源码库
2026-06-02 06:07:58 +00:00
parent f10cd4cd9a
commit a7c6f47c12
6 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{
"name": "hermes-web-ui",
"name": "xinmi-hermes-ui",
"version": "0.6.8",
"description": "Self-hosted AI chat dashboard for Hermes Agent — multi-model web UI with multi-platform integration",
"repository": {
@@ -30,7 +30,7 @@
"typescript"
],
"bin": {
"hermes-web-ui": "./bin/hermes-web-ui.mjs"
"xinmi-hermes-ui": "./bin/hermes-web-ui.mjs"
},
"scripts": {
"start": "vite --host --port 8648",