Add software version manifest management
This commit is contained in:
+3
-3
@@ -18,7 +18,7 @@
|
||||
<nav class="soft-nav" aria-label="软件中心导航">
|
||||
<a href="index.html">首页</a>
|
||||
<a class="is-active" href="software.html">软件下载</a>
|
||||
<a href="admin/software.html">管理后台</a>
|
||||
<a href="admin/software.html" data-player-auth data-next="/admin/software.html">管理后台</a>
|
||||
</nav>
|
||||
<form class="soft-search" role="search">
|
||||
<label class="sr-only" for="software-keyword">搜索软件</label>
|
||||
@@ -41,7 +41,7 @@
|
||||
<h1 id="download-title">海量软件下载,<span>管理无忧</span></h1>
|
||||
<p class="hero-copy">统一沉淀安装包、版本号、更新记录和下载入口,让常用软件找得到、下得准、更新快。</p>
|
||||
<div class="hero-actions">
|
||||
<a class="primary-action" href="#software-list">
|
||||
<a class="primary-action" href="#software-list" data-player-auth data-next="/software.html#software-list">
|
||||
<svg aria-hidden="true" viewBox="0 0 24 24">
|
||||
<path d="M12 3v12"></path>
|
||||
<path d="m7 10 5 5 5-5"></path>
|
||||
@@ -49,7 +49,7 @@
|
||||
</svg>
|
||||
开始下载
|
||||
</a>
|
||||
<a class="secondary-action" href="admin/software.html">
|
||||
<a class="secondary-action" href="admin/software.html" data-player-auth data-next="/admin/software.html">
|
||||
<svg aria-hidden="true" viewBox="0 0 24 24">
|
||||
<path d="M12 3 5 6v5c0 4.6 2.8 8.5 7 10 4.2-1.5 7-5.4 7-10V6l-7-3Z"></path>
|
||||
<path d="m9.5 12 1.7 1.7 3.6-4"></path>
|
||||
|
||||
Reference in New Issue
Block a user