Skip to content

Commit f4e3e58

Browse files
committed
release: v3.0.4
1 parent 7bde2f0 commit f4e3e58

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h1 align="center">LM的Web会话管理方案<span style="color: #2454ff;">THChatUI</span>
2-
<span style="font-size: 10px;">v3.0.3</span></h1>
2+
<span style="font-size: 10px;">v3.0.4</span></h1>
33

44
<div align="center">
55

thchat-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "THChatUI",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"author": "Unagi-cq <[email protected]>",
55
"description": "THChatUI 是一个基于 Vue2 + ElementUI 的LLM WebUI。",
66
"private": true,

thchat-ui/src/views/about/index.vue

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="title-section">
44
<img :src="logoSrc" class="logo" alt="logo" />
55

6-
<span class="title">THChatUI<span style="font-size: 12px; color: #999;">v3.0.3</span></span>
6+
<span class="title">THChatUI<span style="font-size: 12px; color: #999;">v3.0.4</span></span>
77
<p class="subtitle">欢迎使用<span>THChatUI</span>,一个基于<span>Vue</span>和<span>Element Plus</span>的Web对话管理WebUI。目前支持以下平台:<b>Web PC端、Web 移动端、Wins桌面端。</b></p>
88

99
<p>
@@ -30,6 +30,13 @@
3030
<div class="changelog-section">
3131
<h2>更新日志</h2>
3232

33+
<div class="version-block">
34+
<h3>v3.0.4 - 2025.06.15</h3>
35+
<ul>
36+
<li>[upd] UI优化</li>
37+
</ul>
38+
</div>
39+
3340
<div class="version-block">
3441
<h3>v3.0.3 - 2025.05.17</h3>
3542
<ul>

0 commit comments

Comments
 (0)