mirror of
https://github.com/cnlimiter/codex-register.git
synced 2026-06-09 17:39:40 +08:00
fix(team manager): 更改team上传router路径
This commit is contained in:
@@ -237,6 +237,26 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Team Manager 服务选择模态框 -->
|
||||
<div class="modal" id="tm-service-modal">
|
||||
<div class="modal-content" style="max-width: 480px;">
|
||||
<div class="modal-header">
|
||||
<h3>🚀 选择 Team Manager 服务</h3>
|
||||
<button class="modal-close" id="close-tm-modal">×</button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p style="color: var(--text-muted); margin-bottom: 12px; font-size: 0.9rem;">选择要上传到的 Team Manager 服务,或自动选择第一个启用的服务。</p>
|
||||
<div id="tm-service-list" style="display: flex; flex-direction: column; gap: 8px; max-height: 300px; overflow-y: auto;">
|
||||
<div style="text-align: center; color: var(--text-muted);">加载中...</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer" style="padding: 12px 20px; border-top: 1px solid var(--border); display: flex; gap: 8px; justify-content: flex-end;">
|
||||
<button class="btn btn-secondary" id="tm-use-auto-btn">自动选择</button>
|
||||
<button class="btn btn-secondary" id="cancel-tm-modal-btn">取消</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Sub2API 服务选择模态框 -->
|
||||
<div class="modal" id="sub2api-service-modal">
|
||||
<div class="modal-content" style="max-width: 480px;">
|
||||
|
||||
Reference in New Issue
Block a user