修复图片路径问题:删除 /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:
@@ -1,6 +1,6 @@
|
||||
{include file="header"}
|
||||
<link rel="stylesheet" href="/web/BlackFruit-web/css/document.css">
|
||||
<script src="/web/BlackFruit-web/js/document.js"></script>
|
||||
<link rel="stylesheet" href="/css/document.css">
|
||||
<script src="/js/document.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<header id="header" class="document"></header>
|
||||
@@ -13,17 +13,17 @@
|
||||
<div class="fboxRow Xbetween Ycenter">
|
||||
<div class="fboxRow Xbetween Ycenter">
|
||||
<!-- <span class="iconfont icon-menu"></span> -->
|
||||
<img src="/web/BlackFruit-web/assets/img/document/icon-top.svg" alt="">
|
||||
<img src="/assets/img/document/icon-top.svg" alt="">
|
||||
<span class="title">短信服务</span>
|
||||
</div>
|
||||
<!-- <div><span class="iconfont icon-double "></span></div> -->
|
||||
<img class="chevron-right-bottom" src="/web/BlackFruit-web/assets/img/document/chevron-right-bottom.svg" alt="">
|
||||
<img class="chevron-right-bottom" src="/assets/img/document/chevron-right-bottom.svg" alt="">
|
||||
</div>
|
||||
<div class="overview animated fadeInUp">
|
||||
<div class="mt-10 search-input">
|
||||
<input type="text" placeholder="搜索产品内容">
|
||||
<div class="fboxRow Ycenter">
|
||||
<img src="/web/BlackFruit-web/assets/img/document/icon-search.svg" alt="">
|
||||
<img src="/assets/img/document/icon-search.svg" alt="">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -80,7 +80,7 @@
|
||||
<div class="mt-10 search-input">
|
||||
<input type="text" placeholder="搜索产品内容">
|
||||
<div class="fboxRow Ycenter">
|
||||
<img src="/web/BlackFruit-web/assets/img/document/icon-search.svg" alt="">
|
||||
<img src="/assets/img/document/icon-search.svg" alt="">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -91,7 +91,7 @@
|
||||
<li class="nav-tab nav-ul">
|
||||
<a href="javascript:void[0]" class="li-a">
|
||||
维修保养
|
||||
<img src="/web/BlackFruit-web/assets/img/document/icon-bottom.svg" style="float: right;" alt="">
|
||||
<img src="/assets/img/document/icon-bottom.svg" style="float: right;" alt="">
|
||||
</a>
|
||||
<div class="nav-box">
|
||||
<a href="html/device/3-1.html" class="li-a-a" target="iframe">养护计划</a>
|
||||
@@ -100,7 +100,7 @@
|
||||
<li class="nav-tab nav-ul">
|
||||
<a href="javascript:void[0]" class="li-a">
|
||||
维修保养
|
||||
<img src="/web/BlackFruit-web/assets/img/document/icon-bottom.svg" style="float: right;" alt="">
|
||||
<img src="/assets/img/document/icon-bottom.svg" style="float: right;" alt="">
|
||||
</a>
|
||||
<div class="nav-box">
|
||||
<a href="html/device/3-1.html" class="li-a-a" target="iframe">养护计划</a>
|
||||
@@ -112,7 +112,7 @@
|
||||
<li class="nav-tab nav-ul">
|
||||
<a href="javascript:void[0]" class="li-a">
|
||||
维修保养
|
||||
<img src="/web/BlackFruit-web/assets/img/document/icon-bottom.svg" style="float: right;" alt="">
|
||||
<img src="/assets/img/document/icon-bottom.svg" style="float: right;" alt="">
|
||||
</a>
|
||||
<div class="nav-box">
|
||||
<a href="html/device/3-1.html" class="li-a-a" target="iframe">养护计划</a>
|
||||
@@ -124,7 +124,7 @@
|
||||
<li class="nav-tab nav-ul">
|
||||
<a href="javascript:void[0]" class="li-a">
|
||||
维修保养
|
||||
<img src="/web/BlackFruit-web/assets/img/document/icon-bottom.svg" style="float: right;" alt="">
|
||||
<img src="/assets/img/document/icon-bottom.svg" style="float: right;" alt="">
|
||||
</a>
|
||||
<div class="nav-box">
|
||||
<a href="html/device/3-1.html" class="li-a-a" target="iframe">养护计划</a>
|
||||
@@ -136,7 +136,7 @@
|
||||
<li class="nav-tab nav-ul">
|
||||
<a href="javascript:void[0]" class="li-a">
|
||||
维修保养
|
||||
<img src="/web/BlackFruit-web/assets/img/document/icon-bottom.svg" style="float: right;" alt="">
|
||||
<img src="/assets/img/document/icon-bottom.svg" style="float: right;" alt="">
|
||||
</a>
|
||||
<div class="nav-box">
|
||||
<a href="html/device/3-1.html" class="li-a-a" target="iframe">养护计划</a>
|
||||
|
||||
Reference in New Issue
Block a user