feat: rename project to 'Siemens RAGAS 评估平台' in frontend

- index.html: page title, brand-mark, brand-sub
- server.py: FastAPI app title
- app.css: comment header

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-06-24 10:20:23 +08:00
parent 630b70cc2a
commit 791738bb07
3 changed files with 5 additions and 5 deletions

View File

@@ -87,7 +87,7 @@ OPENAPI_TAGS = [
def create_app() -> FastAPI: def create_app() -> FastAPI:
"""Build and configure the FastAPI application instance.""" """Build and configure the FastAPI application instance."""
app = FastAPI( app = FastAPI(
title="RAGAS 评估系统", title="Siemens RAGAS 评估平台",
description=( description=(
"西门子医疗影像 RAG 评估平台 API 文档。\n\n" "西门子医疗影像 RAG 评估平台 API 文档。\n\n"
"提供以下能力:\n" "提供以下能力:\n"

View File

@@ -1,4 +1,4 @@
/* Siemens RAGAS 评估控制台 — 样式表 /* Siemens RAGAS 评估台 — 样式表
配色取自西门子品牌色petrol / 深青)与中性灰,呼应企业语境。 */ 配色取自西门子品牌色petrol / 深青)与中性灰,呼应企业语境。 */
:root { :root {

View File

@@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>RAGAS 评估控制</title> <title>Siemens RAGAS 评估</title>
<link rel="stylesheet" href="/static/css/app.css" /> <link rel="stylesheet" href="/static/css/app.css" />
<script src="https://cdn.jsdelivr.net/npm/chart.js@4.4.1/dist/chart.umd.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/chart.js@4.4.1/dist/chart.umd.min.js"></script>
</head> </head>
@@ -12,8 +12,8 @@
<!-- 左侧导航(布局 A --> <!-- 左侧导航(布局 A -->
<aside class="sidebar"> <aside class="sidebar">
<div class="brand"> <div class="brand">
<div class="brand-mark">RAGAS</div> <div class="brand-mark">Siemens RAGAS</div>
<div class="brand-sub">评估控制</div> <div class="brand-sub">评估</div>
</div> </div>
<nav class="nav"> <nav class="nav">
<button class="nav-item" data-view="runs"> <button class="nav-item" data-view="runs">