Skip to content

Commit

Permalink
🔧 修复移动端前端显示问题
Browse files Browse the repository at this point in the history
  • Loading branch information
adlered committed Jun 1, 2024
1 parent 30be7ea commit 8449859
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 21 deletions.
6 changes: 0 additions & 6 deletions src/main/resources/skins/classic/footer.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,13 @@
  
<a style="margin-right: 0px; padding-right: 0px" target="_blank" href="https://www.lundao.pub/">论道社区</a>
&nbsp;&nbsp;
<a style="margin-right: 0px; padding-right: 0px" target="_blank" href="https://www.tsyvps.com/aff/HEHTPGYL">蓝易云</a>
&nbsp;&nbsp;
<a style="margin-right: 0px; padding-right: 0px" target="_blank" href="https://bbs.tampermonkey.net.cn/">油猴中文网</a>
</div>
<div class="fn-clear ft-smaller">
<div style="margin-top: 5px">探索</div>
<div>
<a href="https://github.com/csfwff/rhythm" target="_blank">Rhythm 社区引擎</a>
&nbsp;|&nbsp;
技术支持 <a href="mailto:chenhui@admin.fishpi.cn" target="_blank">chenhui@admin.fishpi.cn</a>
&nbsp;|&nbsp;
<a href="https://fishpi.cn/article/1655691776330" target="_blank"><svg style="vertical-align: -2px;"><use xlink:href="#ic-wechat"></use></svg> 官方微信群</a>
&nbsp;|&nbsp;
<a href="${servePath}/download">摸鱼派客户端</a>&nbsp;&nbsp;
<span>
<a href="https://fishpi.cn/article/1653059669471" target="_blank" title="iOS 客户端"><svg style="vertical-align: -1px;"><use xlink:href="#ic-apple"></use></svg></a>&nbsp;
Expand Down
13 changes: 1 addition & 12 deletions src/main/resources/skins/mobile/footer.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,12 @@
<a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11011302003886" style="display:inline-block;text-decoration:none;height:20px;line-height:20px;"><img src="https://mbdp01.bdstatic.com/static/landing-pc/img/icon_police.7296bdfd.png" style="float:left;"/><p style="float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px;">京公网安备 11011302003886号</p></a>
</div>
<br>
<div>
技术支持
</div>
<div>
<a href="mailto:chenhui@admin.fishpi.cn" target="_blank">chenhui@admin.fishpi.cn</a>
</div>
<br>
<div>
摸鱼好站
</div>
<div>
<a target="_blank" href="https://www.cxy521.com/">程序员导航</a><br>
<a target="_blank" href="https://www.lundao.pub/">论道社区</a><br>
<a target="_blank" href="https://www.tsyvps.com/aff/HEHTPGYL">蓝易云</a><br>
<a target="_blank" href="https://bbs.tampermonkey.net.cn/">油猴中文网</a>
</div>
<div class="fn-hr5"></div>
Expand All @@ -63,10 +55,7 @@
</div>
</div>
<div class="fn-hr5"></div>
<div style="margin-top: 5px">
<a href="https://fishpi.cn/article/1655691776330" target="_blank"><svg style="vertical-align: -2px;"><use xlink:href="#ic-wechat"></use></svg> 官方微信群</a>
</div>
<div class="fn-hr5"></div>
<br>
<div class="ft-smaller" style="display: inline-block">
<div onclick="window.open('https://www.tsyvps.com/aff/HEHTPGYL')" style="text-align: center;padding: 8px 0px;color: #0f8cee;background-color: #e3f9fd;line-height: 20px;border-radius: 12px;width: 175px;margin-bottom: 15px;cursor: pointer;">
<div>
Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/skins/mobile/header.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
<div class="head-fn fn-left">
<h1>
<a href="${servePath}" aria-label="${symphonyLabel}">
<svg class="swimming"><use xlink:href="#logo"></use></svg>
<img style="position: absolute;top: 0;left: 0; visibility: hidden;width: 100%;" src="https://file.fishpi.cn/2023/09/%E6%9C%AA%E6%A0%87%E9%A2%981-d4d954df.png" alt="${symphonyLabel}">
<svg><use xlink:href="#logo-white"></use></svg>
</a>
</h1>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/skins/mobile/index.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</div>
<div class="tags fn__clear">
<#list tags as tag>
<a class="fn__clear tag" href="${servePath}/tag/${tag.tagURI}">
<a class="tag" href="${servePath}/tag/${tag.tagURI}">
<#if tag.tagIconPath!="">
<img src="${tag.tagIconPath}" alt="${tag.tagTitle}"/>
</#if>
Expand Down

0 comments on commit 8449859

Please sign in to comment.