Skip to content

Commit 37d13eb

Browse files
committed
chore: add version link
1 parent 0ad47a8 commit 37d13eb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

public/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,11 @@ <h1>灵心巧手设备列表</h1>
4949
<td>${device.ip}</td>
5050
<td>${device.mac}</td>
5151
<td>${device.model}</td>
52-
<td>${device.version}</td>
52+
<td>
53+
<a href="https://github.com/linker-bot/can-bridge/releases/tag/v1.2.1/${device.version}" target="_blank">
54+
${device.version}
55+
</a>
56+
</td>
5357
<td>${now}</td>
5458
<td>${now}</td>
5559
`;

0 commit comments

Comments
 (0)