refactor: nas主题下载页
This commit is contained in:
@@ -27,26 +27,19 @@
|
|||||||
{/notempty}
|
{/notempty}
|
||||||
{notempty name="data.cyber.down_items"}
|
{notempty name="data.cyber.down_items"}
|
||||||
<div class="nDtopIt2">
|
<div class="nDtopIt2">
|
||||||
<a href="https://appversion.oriconas.com/api/latest/url?appcode=cyberdata&platform=android" download="">
|
|
||||||
<div class="nDitImg"><img src="/uploads/default/2025/0417/组 259.png">
|
|
||||||
<div class="yy_name">Android</div>
|
|
||||||
<div class="dwbt">Download</div>
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
{volist name="data.cyber.down_items" id="it"}
|
{volist name="data.cyber.down_items" id="it"}
|
||||||
<a {notempty name="it.link"}href="{$it.link}"{/notempty}>
|
<a {notempty name="it.link"}href="{$it.link}"{/notempty}>
|
||||||
<div class="nDitImg">
|
<div class="nDitImg">
|
||||||
<img src="{$it.image}" />
|
<img src="{$it.image}" />
|
||||||
{eq name=":cookie('think_lang')" value="en-us"}
|
{eq name=":cookie('think_lang')" value="en-us"}
|
||||||
<div {:style(['color'=>$it.title_txt_color])}>{$it.title}</div>
|
<div class="yy_name" {:style(['color'=>$it.title_txt_color])}>{$it.title}</div>
|
||||||
<div>Download</div>
|
<div class="dwbt">Download</div>
|
||||||
{/eq}
|
{/eq}
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
{/volist}
|
{/volist}
|
||||||
</div>
|
</div>
|
||||||
{/notempty}
|
{/notempty}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
{/notempty}
|
{/notempty}
|
||||||
<!-- 微链接 -->
|
<!-- 微链接 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user