fix: 更新 README 和模板中的项目名称,修正导航栏文档

This commit is contained in:
2025-11-09 13:28:23 +08:00
parent e71734e2d6
commit a3c438aa47
3 changed files with 15 additions and 32 deletions

View File

@@ -112,7 +112,7 @@ def build_entries(response: Dict[str, Any], prefix: str) -> List[Dict[str, Any]]
def build_crumbs(prefix: str) -> List[Dict[str, str]]:
"""根据当前前缀构建面包屑导航数据。"""
"""根据当前前缀构建导航数据。"""
crumbs: List[Dict[str, str]] = []
if prefix:
segs = prefix.rstrip("/").split("/")