feat: gpt-4-all model is ready

This commit is contained in:
RockYang
2024-01-15 14:07:24 +08:00
parent a140671aad
commit 59fa21779b
5 changed files with 57 additions and 40 deletions

View File

@@ -102,6 +102,10 @@ export default defineComponent({
border-radius: 5px;
overflow: auto;
a {
color #20a0ff
}
p {
line-height 1.5
}

View File

@@ -107,6 +107,10 @@ export default defineComponent({
border-radius: 5px;
overflow auto;
a {
color #20a0ff
}
// control the image size in content
img {
@@ -166,6 +170,7 @@ export default defineComponent({
color #00e0e0
}
// 设置表格边框
table {
@@ -190,6 +195,17 @@ export default defineComponent({
padding 10px
}
}
// 代码快
blockquote {
margin 0
background-color: #ebfffe;
padding: 0.8rem 1.5rem;
border-left: 0.5rem solid;
border-color: #026863;
color: #2c3e50;
}
}