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>
35 lines
926 B
HTML
35 lines
926 B
HTML
{include file="header"}
|
|
|
|
<link rel="stylesheet" href="/css/announce.css">
|
|
<script src="/js/announce-details.js"></script>
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<header>{include file="public/header"}</header>
|
|
|
|
<!-- 文档列表 -->
|
|
<section class="section document-announce document-news">
|
|
<div class="section-content ">
|
|
<div>
|
|
<ol class="breadcrumb">
|
|
<li><a href="./announce.html">公告主页</a></li>
|
|
<li><a href="javascript:;" id="announce-type"></a></li>
|
|
<li><a href="javascript:;" id="announce-name"></a></li>
|
|
</ol>
|
|
</div>
|
|
<div class="announce-details">
|
|
<h3 class="announce-title"></h3>
|
|
<p class="announce-details-time"></p>
|
|
<div class="announce-details-cont"></div>
|
|
<div class="fboxWrap Xbetween" id="nextAnnounce">
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
{include file="footer"}
|