修复图片路径问题:删除 /web/BlackFruit-web/ 前缀
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:
yiqiu
2025-12-25 15:40:46 +08:00
parent 0291ac38ad
commit 60ebfede6c
48 changed files with 458 additions and 458 deletions

View File

@@ -1,7 +1,7 @@
{include file="header"}
<link rel="stylesheet" href="/web/BlackFruit-web/css/announce.css">
<link rel="stylesheet" href="/web/BlackFruit-web/css/document.css">
<link rel="stylesheet" href="/css/announce.css">
<link rel="stylesheet" href="/css/document.css">
</head>
@@ -27,7 +27,7 @@
</div>
<!-- <div class="document-details-list">
<div class="document-details-item">
<a href="./web/BlackFruit-web/document-details.html">
<a href=".document-details.html">
<h5 class="font16">号码隐私<span class="keywords">服务</span>保护PNS_隐私服务_号码隐私服务_通话保护-百度智能云</h5>
</a>
<p>号码隐私保护服务PNS 号码隐私保护<span class="keywords">服务</span>Privacy Number Service简称PNS为用户或企业分配隐私号码
@@ -51,6 +51,6 @@
</div>
</section>
<script src="/web/BlackFruit-web/js/document_result.js"></script>
<script src="/js/document_result.js"></script>
{include file="footer"}