* [bug #60091] fix api item show duplicated in sidebar of doc app.

This commit is contained in:
sunhao
2025-03-04 21:37:16 +08:00
committed by 曹延义
parent f17dbefeb2
commit a91045bfcb
3 changed files with 10 additions and 1 deletions
+1
View File
@@ -340,6 +340,7 @@ class api extends control
$api->originTitle = $api->title;
$api->icon = "api is-$api->method";
$api->title = "$api->method $api->path $api->title";
$api->api = true;
}
$this->send($api);
}