feat: 更新 stopCommand 函数以确保进程正常退出;优化 MCP 路由序列化以支持嵌套对象;添加 CSS 类以实现文本行数限制

This commit is contained in:
catlog22
2025-12-21 12:47:25 +08:00
parent 89b3475508
commit 15d5890861
4 changed files with 95 additions and 18 deletions

View File

@@ -514,6 +514,13 @@
overflow: hidden;
}
.line-clamp-3 {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
/* Highlight pulse effect */
.highlight-pulse {
animation: highlightPulse 0.5s ease-out 2;