Skip to content

Commit 0abcac5

Browse files
committed
feat(footer): 添加速维云支持标识
- 在经典皮肤页脚中添加速维云支持的展示区域 - 在移动皮肤页脚中添加速维云支持的展示区域 - 实现速维云标识的点击跳转功能 - 添加速维云相关的样式和图标显示 - 保持与现有抓鱼丫标识的布局一致性
1 parent dcfe0f8 commit 0abcac5

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

src/main/resources/skins/classic/footer.ftl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@
3333
</div>
3434
</div>
3535
<div style="display: inline-block; width: 5px"></div>
36+
<div class="ft-smaller" style="display: inline-block">
37+
<div onclick="window.open('https://www.svyun.com/')" style="text-align: center;padding: 8px 0px;color: #ff6000;background-color: #ffefc3c9;line-height: 20px;border-radius: 12px;width: 175px;margin-bottom: 15px;cursor: pointer;">
38+
<div>
39+
<img style="vertical-align:-3px;width: 14px;height: 14px;" src="https://file.fishpi.cn/2025/11/09fa5df84a83a0e2bf9edcfed93655e01760763018gwsy1-cea09de1.png">&nbsp;&nbsp;<span style="font-weight: 600">云集群由速维云支持</span><br>
40+
<span style="color: #323232;">速维云,安全可靠的云服务</span>
41+
</div>
42+
</div>
43+
</div>
44+
<div style="display: inline-block; width: 5px"></div>
3645
<div class="ft-smaller" style="display: inline-block">
3746
<div onclick="window.open('https://zhuayuya.com/')" style="text-align: center;padding: 8px 0px;color: #39b362;background-color: #d9ffcfc9;line-height: 20px;border-radius: 12px;width: 175px;margin-bottom: 15px;cursor: pointer;">
3847
<div>

src/main/resources/skins/mobile/footer.ftl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,15 @@
7070
</div>
7171
</div>
7272
<br>
73+
<div class="ft-smaller" style="display: inline-block">
74+
<div onclick="window.open('https://www.svyun.com/')" style="text-align: center;padding: 8px 0px;color: #ff6000;background-color: #ffefc3c9;line-height: 20px;border-radius: 12px;width: 175px;margin-bottom: 15px;cursor: pointer;">
75+
<div>
76+
<img style="vertical-align:-3px;width: 14px;height: 14px;" src="https://file.fishpi.cn/2025/11/09fa5df84a83a0e2bf9edcfed93655e01760763018gwsy1-cea09de1.png">&nbsp;&nbsp;<span style="font-weight: 600">云集群由速维云支持</span><br>
77+
<span style="color: #323232;">速维云,安全可靠的云服务</span>
78+
</div>
79+
</div>
80+
</div>
81+
<br>
7382
<div class="ft-smaller" style="display: inline-block">
7483
<div onclick="window.open('https://zhuayuya.com/')" style="text-align: center;padding: 8px 0px;color: #39b362;background-color: #d9ffcfc9;line-height: 20px;border-radius: 12px;width: 175px;margin-bottom: 15px;cursor: pointer;">
7584
<div>

0 commit comments

Comments
 (0)