修复图片路径问题:删除 /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,5 +1,5 @@
|
||||
{include file="header"}
|
||||
<link rel="stylesheet" href="/web/BlackFruit-web/css/extend.css">
|
||||
<link rel="stylesheet" href="/css/extend.css">
|
||||
|
||||
</head>
|
||||
|
||||
@@ -99,7 +99,7 @@
|
||||
<div>
|
||||
<div class="recuit-right ">
|
||||
<div class="recuit-right-box">
|
||||
<img src="/web/BlackFruit-web/assets/img/recruit/group-1.png" alt="">
|
||||
<img src="/assets/img/recruit/group-1.png" alt="">
|
||||
<p class="font16">薪资待遇</p>
|
||||
<p>我们提供业内具有竞争力的薪资,并根据员工业绩
|
||||
表现进行相应调整,除基本工资外,我们还有各类
|
||||
@@ -107,7 +107,7 @@
|
||||
</div>
|
||||
|
||||
<div class="recuit-right-box">
|
||||
<img src="/web/BlackFruit-web/assets/img/recruit/group-2.png" alt="">
|
||||
<img src="/assets/img/recruit/group-2.png" alt="">
|
||||
<p class="font16">日常福利</p>
|
||||
<p>我们为员工的生活和工作提供完善的保障计划,五
|
||||
险一金、免费小零食、月度聚餐、季度团建、年终
|
||||
@@ -115,7 +115,7 @@
|
||||
</div>
|
||||
|
||||
<div class="recuit-right-box">
|
||||
<img src="/web/BlackFruit-web/assets/img/recruit/group-3.png" alt="">
|
||||
<img src="/assets/img/recruit/group-3.png" alt="">
|
||||
<p class="font16">职业发展</p>
|
||||
<p>我们关注每位员工的专业提升和职业规划,并帮助
|
||||
员工全面提升行业技能与个人影响力,为员工个人
|
||||
|
||||
Reference in New Issue
Block a user