This commit is contained in:
baol 2023-11-03 17:07:45 +08:00
parent 71b0025e5a
commit cc947c41c1
2 changed files with 3 additions and 2 deletions

View File

@ -54,5 +54,6 @@
"last 1 firefox version", "last 1 firefox version",
"last 1 safari version" "last 1 safari version"
] ]
} },
"homepage": "http://analysis.tpdc.ac.cn/show"
} }

View File

@ -25,7 +25,7 @@ const itemsTwo = [
{ {
key: "2", key: "2",
label: ( label: (
<a target="_blank" rel="noopener noreferrer" href="/#"> <a target="_blank" rel="noopener noreferrer" href="/random_forest">
随机森林方法在线计算案例 随机森林方法在线计算案例
</a> </a>
), ),