完善字符串类型的体验

This commit is contained in:
BBIT-Kai
2026-04-14 17:50:27 +08:00
parent 44181bcf5a
commit 55a2490e14
8 changed files with 92 additions and 16 deletions
+2 -2
View File
@@ -7,5 +7,5 @@ ktor:
traceability:
# 访问主服务的地址
core-base-url: "http://127.0.0.1:8089" # 开发
# core-base-url: "https://ai.ronsunny.cn:8090/api" # 生产
# core-base-url: "http://127.0.0.1:8089" # 开发
core-base-url: "https://ai.ronsunny.cn:8090/api" # 生产
@@ -85,6 +85,11 @@ a {
line-height: 1.75;
}
.timeline-item__body strong {
white-space: pre-wrap;
word-break: break-word;
}
.hero p {
margin: 12px 0 0;
}
@@ -135,6 +140,7 @@ a {
margin-top: 8px;
line-height: 1.6;
word-break: break-word;
white-space: pre-wrap;
}
.hero__aside {