mirror of
https://github.com/yangjian102621/geekai.git
synced 2026-09-17 18:57:13 +00:00
release: v4.2.8
整合开源版 v4.2.8 功能:Sora2 视频、路由重构、手机站开关、DALL-E 参考图,以及启动时自动同步数据表字段等修复与优化。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
width: 100%;
|
||||
}
|
||||
.el-input__wrapper {
|
||||
background: var(--card-bg);
|
||||
//background: var(--card-bg);
|
||||
}
|
||||
.el-dialog__title {
|
||||
font-weight: bold;
|
||||
@@ -138,7 +138,8 @@
|
||||
border: none;
|
||||
}
|
||||
|
||||
.el-tag, .el-tag.el-tag--primary {
|
||||
.el-tag,
|
||||
.el-tag.el-tag--primary {
|
||||
--el-tag-bg-color: #f0ebff;
|
||||
}
|
||||
.box-card {
|
||||
@@ -148,4 +149,4 @@
|
||||
}
|
||||
.el-table th.el-table__cell {
|
||||
background-color: var(--chat-bg);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -189,10 +189,11 @@
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 4px solid #42b983;
|
||||
border-left: 5px solid #c1c1c1;
|
||||
padding: 10px 15px;
|
||||
color: #777;
|
||||
background-color: rgba(66, 185, 131, 0.1);
|
||||
background-color: rgba(193, 193, 193, 0.2);
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
table {
|
||||
|
||||
Reference in New Issue
Block a user