feat: 看板优化——中文标题+Token消耗+时间段筛选+品牌名统一

- 学员端:LoginPanel/App.vue 描述文案优化,去掉生硬表述
- 后台品牌统一:index.html/App.vue 标题改为'大本营千问千答'
- 看板tab:Dashboard -> 数据看板
- 看板新增:输入Token、输出Token、总Token 统计
- 看板支持按时间段筛选:后端API增加start/end参数,前端加日期选择器
- stats-grid布局从5列调整为4列,响应式改为2列
This commit is contained in:
2026-07-09 14:58:45 +08:00
parent facb3a6a56
commit 0ea75dea1d
10 changed files with 84 additions and 20 deletions

View File

@@ -199,7 +199,7 @@ async function scrollToBottom() {
<section class="chat-area">
<div v-if="messages.length === 0" class="empty-state">
<strong>可以开始提问了</strong>
<p>当前已接入大本营知识库检索链路若外部服务未配置或权限不足会在回复区提示具体原因</p>
<p>输入问题我会尽力为你解答</p>
</div>
<ChatMessage
v-for="message in messages"

View File

@@ -78,7 +78,7 @@ function showError(text: string) {
<section class="login-panel">
<div class="brand-mark"></div>
<h1>大本营答疑助手</h1>
<p>围绕大本营知识库为学员提供及时可信的答疑支持</p>
<p>有问题随时问帮你快速找到答案</p>
<label>
手机号