AI聊天更新历史记录

This commit is contained in:
14651
2025-08-14 00:36:04 +08:00
parent 3743c72a54
commit 362f286759
7 changed files with 1181 additions and 702 deletions

View File

@@ -8,7 +8,7 @@
width: 100%;
overflow: hidden;
position: relative;
background-color: #F5F5F5;
background-color: #f5f5f5;
padding-top: 10px;
/* 为固定导航栏预留空间 */
box-sizing: border-box;
@@ -45,6 +45,7 @@
color: #333;
text-align: center;
flex: 1;
margin-right: 45px;
}
.nav-icon {
@@ -166,7 +167,7 @@
background-color: #fff;
border-top: 1px solid #eee;
position: fixed;
bottom: 0;
bottom: -1px;
left: 0;
width: 100%;
z-index: 10;
@@ -260,10 +261,9 @@
padding-left: 1em;
}
/* 可点击文档名 */
.doc-name-link {
color: #007AFF;
color: #007aff;
text-decoration: underline;
margin-right: 16rpx;
font-size: 10rpx;
@@ -301,7 +301,7 @@
}
.doc-name-link {
color: #007AFF;
color: #007aff;
text-decoration: underline;
margin-right: 16rpx;
font-size: clamp(13px, 3vw, 15px);
@@ -344,6 +344,28 @@
transform: scale(0.95);
}
.loading-history {
text-align: center;
padding: 20rpx;
color: #999;
font-size: 28rpx;
}
.no-more-history {
text-align: center;
padding: 20rpx;
color: #ccc;
font-size: 24rpx;
}
.debug-info {
color: #888;
font-size: 12px;
margin-top: 5px;
border-top: 1px dashed #eee;
padding-top: 5px;
}
/* ============= 小屏设备适配 ============= */
@media (max-width: 600px) {
.message-content {