We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad47a8 commit 37d13ebCopy full SHA for 37d13eb
public/index.html
@@ -49,7 +49,11 @@ <h1>灵心巧手设备列表</h1>
49
<td>${device.ip}</td>
50
<td>${device.mac}</td>
51
<td>${device.model}</td>
52
- <td>${device.version}</td>
+ <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>
57
<td>${now}</td>
58
59
`;
0 commit comments