修复图片路径问题:删除 /web/BlackFruit-web/ 前缀
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
- 批量删除所有文件中的 /web/BlackFruit-web/ 前缀 - 将相对路径改为绝对路径(以 / 开头) - 修改范围: - /assets/ 资源路径 - /css/ 样式文件路径 - /js/ 脚本文件路径 - /common/ 公共资源路径 - /vender/ 第三方库路径 - 解决部署后所有静态资源 404 的问题 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
16
contact.html
16
contact.html
@@ -1,7 +1,7 @@
|
||||
{include file="header"}
|
||||
|
||||
<link rel="stylesheet" href="/web/BlackFruit-web/css/extend.css">
|
||||
<link rel="stylesheet" href="/web/BlackFruit-web/css/product.css">
|
||||
<link rel="stylesheet" href="/css/extend.css">
|
||||
<link rel="stylesheet" href="/css/product.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -22,7 +22,7 @@
|
||||
</div>
|
||||
<div class="support fboxWrap">
|
||||
<div class="support-box">
|
||||
<img src="/web/BlackFruit-web/assets/img/contact/group-1.png" alt="">
|
||||
<img src="/assets/img/contact/group-1.png" alt="">
|
||||
<div class="support-box-right">
|
||||
<h4>电话咨询</h4>
|
||||
<p>为您提供专业的售前购买指导,</br>
|
||||
@@ -31,7 +31,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="support-box">
|
||||
<img src="/web/BlackFruit-web/assets/img/contact/group-2.png" alt="">
|
||||
<img src="/assets/img/contact/group-2.png" alt="">
|
||||
<div class="support-box-right">
|
||||
<h4>在线咨询</h4>
|
||||
<p>专属客服,快速为您提供常见问题的解决方案。</br>
|
||||
@@ -51,7 +51,7 @@
|
||||
</div>
|
||||
<div class="support fboxWrap">
|
||||
<div class="support-box">
|
||||
<img src="/web/BlackFruit-web/assets/img/contact/group-3.png" alt="">
|
||||
<img src="/assets/img/contact/group-3.png" alt="">
|
||||
<div class="support-box-right">
|
||||
<h4>立即提交</h4>
|
||||
<p>您可以通过提交工单解决产品使用与技术问题,专业工程师将为您即时解答。</p>
|
||||
@@ -59,7 +59,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="support-box">
|
||||
<img src="/web/BlackFruit-web/assets/img/contact/group-4.png" alt="">
|
||||
<img src="/assets/img/contact/group-4.png" alt="">
|
||||
<div class="support-box-right">
|
||||
<h4>在线支持</h4>
|
||||
<p>专属客服,快速为您提供常见问题的解决方案。</p>
|
||||
@@ -67,7 +67,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="support-box">
|
||||
<img src="/web/BlackFruit-web/assets/img/contact/group-5.png" alt="">
|
||||
<img src="/assets/img/contact/group-5.png" alt="">
|
||||
<div class="support-box-right">
|
||||
<h4>电话服务</h4>
|
||||
<p>为您提供专业的1V1精准、高效的售后服务支持。</p>
|
||||
@@ -75,7 +75,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="support-box">
|
||||
<img src="/web/BlackFruit-web/assets/img/contact/group-6.png" alt="">
|
||||
<img src="/assets/img/contact/group-6.png" alt="">
|
||||
<div class="support-box-right">
|
||||
<h4>自助文档</h4>
|
||||
<p>为您提供多种便捷工具及使用指南,帮助您轻松使用主题云产品与服务。</p>
|
||||
|
||||
Reference in New Issue
Block a user