feat: 发布v3.5版本

This commit is contained in:
ccnetcore
2026-01-26 21:08:21 +08:00
parent 9b5826a6b1
commit d4fcbdc390
81 changed files with 1169 additions and 7904 deletions

View File

@@ -1794,6 +1794,18 @@
.model-logo{
border-radius: 0 !important;
}
.marked-markdown.theme-light .code-block-wrapper .code-block-header{
@include dark-theme-div;
}
.marked-markdown.theme-light .code-block-wrapper{
@include dark-theme-div;
}
.marked-markdown.theme-light .code-block-wrapper .code-block-header .code-lang{
color: #fff !important;
}
.marked-markdown.theme-light .code-block-wrapper .code-block-body .line-numbers{
@include dark-theme-div;
}
}