refactor: nas主题中英文logo问题

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

View File

@@ -1,6 +1,8 @@
<header class="narsPage-head"> <header class="narsPage-head">
<div class="headcenter"> <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"} {notempty name="header_navigation"}
<nav class="headnav"> <nav class="headnav">
{volist name="header_navigation" id="nav" key="idx"} {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