* [uitest] add link html.

This commit is contained in:
liyang
2025-02-28 14:42:17 +08:00
committed by 曹延义
parent bbd46859d0
commit 44f21bb7b8
+11
View File
@@ -0,0 +1,11 @@
<?php
include '../test/result.php';
$links = array();
foreach($link as $module => $group)
{
foreach($group as $name => $url)
{
$method = explode('_', $name)[0];
$links[$module][$method][$name] = $url;
}
}