mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-26 12:23:06 +08:00
27 lines
979 B
Plaintext
27 lines
979 B
Plaintext
{% set gitee_url = 'https://gitee.com/koogua/course-tencent-cloud' %}
|
|
{% set github_url = 'https://github.com/xiaochong0302/course-tencent-cloud' %}
|
|
|
|
<div class="layui-card layui-text">
|
|
<div class="layui-card-header">应用信息</div>
|
|
<div class="layui-card-body">
|
|
<table class="layui-table">
|
|
<colgroup>
|
|
<col width="100">
|
|
<col>
|
|
</colgroup>
|
|
<tbody>
|
|
<tr>
|
|
<td>当前版本</td>
|
|
<td><a href="{{ gitee_url ~ '/releases/v' ~ app_info.version }}" target="_blank">{{ app_info.alias }} {{ app_info.version }}</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td>获取渠道</td>
|
|
<td>
|
|
<a href="{{ gitee_url }}" target="_blank">Gitee</a>
|
|
<a href="{{ github_url }}" target="_blank">Github</a>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div> |