Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 05d1b60671 |
@@ -8,12 +8,12 @@
|
||||
<meta http-equiv="Pragma" content="no-cache">
|
||||
<meta http-equiv="Expires" content="0">
|
||||
<title>AI助手</title>
|
||||
<link rel="stylesheet" href="style.css?v=3.0.1">
|
||||
<link rel="stylesheet" href="style.css?v=3.0.2">
|
||||
<link rel="manifest" href="manifest.json">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script src="marked.min.js?v=3.0.1"></script>
|
||||
<script src="app.js?v=3.0.1"></script>
|
||||
<script src="marked.min.js?v=3.0.2"></script>
|
||||
<script src="app.js?v=3.0.2"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -83,21 +83,20 @@ body {
|
||||
color: var(--primary);
|
||||
}
|
||||
|
||||
/* ==================== 页面通用头部 ==================== */
|
||||
/* ==================== 页面通用头部(紫色渐变) ==================== */
|
||||
|
||||
.page-header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 16px;
|
||||
background: white;
|
||||
border-bottom: 1px solid var(--border-color);
|
||||
padding: 12px 16px;
|
||||
background: linear-gradient(135deg, var(--primary) 0%, #764ba2 100%);
|
||||
color: white;
|
||||
}
|
||||
|
||||
.page-header h1 {
|
||||
font-size: 20px;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
/* ==================== 对话页面 ==================== */
|
||||
@@ -172,6 +171,7 @@ body {
|
||||
flex: 1;
|
||||
padding: 16px;
|
||||
overflow-y: auto;
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
||||
.agents-section {
|
||||
@@ -238,6 +238,7 @@ body {
|
||||
.profile-content {
|
||||
flex: 1;
|
||||
padding: 16px;
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
||||
.profile-card {
|
||||
|
||||
Reference in New Issue
Block a user