refactor: nas主题中英文logo问题

This commit is contained in:
2025-05-15 15:27:36 +08:00
parent d807b52f11
commit c510e6bc4c
3 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
<header class="narsPage-head">
<div class="headcenter">
<a href="{:url('/index/topic/nas/index')}"><img class="logico" style="cursor:pointer;" src="__IMAGES__/logo_nas.png" /></a>
<a href="{:url('/index/topic/nas/index')}">
<img class="logico" style="cursor:pointer;" src="__IMAGES__/logo_nas_{:cookie('think_lang')}.png" />
</a>
{notempty name="header_navigation"}
<nav class="headnav">
{volist name="header_navigation" id="nav" key="idx"}

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB