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:
@@ -1,4 +1,4 @@
|
||||
/* Siemens RAGAS 评估控制台 — 样式表
|
||||
/* Siemens RAGAS 评估平台 — 样式表
|
||||
配色取自西门子品牌色(petrol / 深青)与中性灰,呼应企业语境。 */
|
||||
|
||||
:root {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<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" />
|
||||
<script src="https://cdn.jsdelivr.net/npm/chart.js@4.4.1/dist/chart.umd.min.js"></script>
|
||||
</head>
|
||||
@@ -12,8 +12,8 @@
|
||||
<!-- 左侧导航(布局 A) -->
|
||||
<aside class="sidebar">
|
||||
<div class="brand">
|
||||
<div class="brand-mark">RAGAS</div>
|
||||
<div class="brand-sub">评估控制台</div>
|
||||
<div class="brand-mark">Siemens RAGAS</div>
|
||||
<div class="brand-sub">评估平台</div>
|
||||
</div>
|
||||
<nav class="nav">
|
||||
<button class="nav-item" data-view="runs">
|
||||
|
||||
Reference in New Issue
Block a user