修复图片路径问题:删除 /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
about.html
16
about.html
@@ -1,12 +1,12 @@
|
||||
{include file="header"}
|
||||
|
||||
<link rel="stylesheet" href="/web/BlackFruit-web/css/extend.css">
|
||||
<link rel="stylesheet" href="/web/BlackFruit-web/css/time.css">
|
||||
<link rel="stylesheet" href="/web/BlackFruit-web/css/viewer.min.css">
|
||||
<link rel="stylesheet" href="/css/extend.css">
|
||||
<link rel="stylesheet" href="/css/time.css">
|
||||
<link rel="stylesheet" href="/css/viewer.min.css">
|
||||
|
||||
<script src="/web/BlackFruit-web/vender/swiper/jquery.SuperSlide2.1.2.js"></script>
|
||||
<script src="/web/BlackFruit-web/js/viewer.min.js"></script>
|
||||
<script src="/web/BlackFruit-web/js/about.js"></script>
|
||||
<script src="/vender/swiper/jquery.SuperSlide2.1.2.js"></script>
|
||||
<script src="/js/viewer.min.js"></script>
|
||||
<script src="/js/about.js"></script>
|
||||
|
||||
</head>
|
||||
|
||||
@@ -189,8 +189,8 @@
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
<a class="sPrev"><img src="/web/BlackFruit-web/assets/img/index/left_ico.png" alt="" title=""></a>
|
||||
<a class="sNext"><img src="/web/BlackFruit-web/assets/img/index/right_ico.png" alt="" title=""></a>
|
||||
<a class="sPrev"><img src="/assets/img/index/left_ico.png" alt="" title=""></a>
|
||||
<a class="sNext"><img src="/assets/img/index/right_ico.png" alt="" title=""></a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user