代码编辑器添加AI助手,支持AI代码编写

This commit is contained in:
fofolee
2025-02-20 01:04:11 +08:00
parent ac19d06845
commit d82c735cfe
14 changed files with 1033 additions and 325 deletions

View File

@@ -9,6 +9,8 @@
border-radius: 6px;
overflow-x: auto;
margin: 2px 0;
overflow-x: auto;
max-width: 100%;
}
.markdown code {
@@ -74,3 +76,12 @@
border-left-color: #444;
color: #999;
}
.markdown code ::-webkit-scrollbar {
height: 5px;
}
.markdown a {
color: #007bff;
text-decoration: none;
}