增加 DeepSeek 开发平台入口

This commit is contained in:
lwt
2026-05-08 23:29:55 +08:00
parent ec5e6fe14a
commit c5b1d89a66
3 changed files with 21 additions and 4 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
.services {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
gap: 20px;
}