为项目页增加返回主站入口

在项目页头部增加返回主站按钮。

将返回动作接入平台首页路由。

补充项目页返回主站测试与文档说明。
This commit is contained in:
2026-06-22 15:01:44 +08:00
parent 13a1044cf2
commit d19f8ba1da
6 changed files with 89 additions and 14 deletions
+6
View File
@@ -3001,6 +3001,10 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock {
padding: 0 1.5rem;
}
.project-gallery__heading {
min-width: 0;
}
.project-gallery__header h1 {
margin: 0;
color: #111827;
@@ -3019,6 +3023,8 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock {
.project-gallery__header-actions {
display: flex;
align-items: center;
justify-content: flex-end;
flex-wrap: wrap;
gap: 0.6rem;
}