feat: 添加文档管理功能并优化样式
添加文档管理功能,包括文档展示区域和API接口 新增文档相关CSS样式,优化移动端显示 更新Go模块依赖版本
This commit is contained in:
@@ -13,6 +13,15 @@
|
||||
<h6>项目经理:Qwen3max,测试经理:Doubao-seed-1.8,开发经理:Doubao-seed-1.8,bug修复和模块整合:拉面王</h6>
|
||||
</header>
|
||||
|
||||
<!-- 文档区域 -->
|
||||
<div id="docSection" class="section">
|
||||
<div style="display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px;">
|
||||
<h2>文档</h2>
|
||||
<button onclick="getDoc()">刷新</button>
|
||||
</div>
|
||||
<div id="docContent"></div>
|
||||
</div>
|
||||
|
||||
<!-- 登录区域 -->
|
||||
<div id="loginSection" class="section">
|
||||
<h2>管理员登录</h2>
|
||||
|
||||
Reference in New Issue
Block a user