新增外发配置容器 <div id="outgoing-configs">

This commit is contained in:
Hou Yuxi 2025-08-08 15:07:12 +08:00 committed by GitHub
parent dea041a977
commit 133fba2524
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1370,6 +1370,13 @@
</div> </div>
</div> </div>
<!-- 外发配置 (仅管理员可见) -->
<div id="outgoing-configs" class="row mt-4" style="display: none;">
<!-- 外发配置内容将由JavaScript动态生成 -->
</div>
</div>
</div>
<!-- 备份管理 (仅管理员可见) --> <!-- 备份管理 (仅管理员可见) -->
<div id="backup-management" class="row mt-4" style="display: none;"> <div id="backup-management" class="row mt-4" style="display: none;">
<div class="col-12"> <div class="col-12">
@ -2651,4 +2658,4 @@
</div> </div>
</body> </body>
</html> </html>