@@ -284,7 +284,7 @@ class Settings extends Base
{
$operate = '<a style="margin-left:5px;" href="javascript:DelFile(`' . $fileName . '`)"><button type="button" class="btn btn-danger btn-sm">';
- $operate .= ' 删除</button></a> ';
+ $operate .= ' 删除</button></a> <a style="margin-left:5px;" href="javascript:buildLink(`' . $fileName . '`)"><button type="button" class="btn btn-danger btn-sm"> 连接地址</button>';
return $operate;
}
@@ -32,7 +32,7 @@
<th data-field="fileName">文件名称</th>
<th data-field="addTime">生成时间</th>
<th data-field="lastLoad">最后访问时间</th>
- <th data-field="operate">最后访问时间</th>
+ <th data-field="operate">操作</th>
</thead>
</table>
</div>