mirror of
https://github.com/RhenCloud/Cloud-Index.git
synced 2025-12-06 15:26:10 +08:00
fix: 更新 README 和模板中的项目名称,修正导航栏文档
This commit is contained in:
@@ -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("/")
|
||||
|
||||
Reference in New Issue
Block a user