chore: bump version to 0.1.2, add favicon

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ekko
2026-04-11 16:29:24 +08:00
parent a4f3093201
commit 07e80cc210
3 changed files with 16 additions and 13 deletions
+14 -11
View File
@@ -1,13 +1,16 @@
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hermes</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hermes</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "hermes-web-ui",
"version": "0.1.0",
"version": "0.1.2",
"type": "module",
"description": "Hermes Agent Web UI - Chat and Job Management Dashboard",
"repository": {
@@ -40,4 +40,4 @@
"vite": "^8.0.4",
"vue-tsc": "^3.2.6"
}
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB