mirror of
https://github.com/cnlimiter/codex-register.git
synced 2026-07-21 20:42:15 +08:00
feat(cpa): 支持多cpa服务
This commit is contained in:
@@ -228,6 +228,12 @@
|
||||
<input type="checkbox" id="auto-upload-cpa">
|
||||
<span>上传到 CPA</span>
|
||||
</label>
|
||||
<div id="cpa-service-select-group" style="display:none; margin-top: 8px; padding-left: 4px;">
|
||||
<label style="font-size:0.85rem; color:var(--text-muted); margin-bottom:4px; display:block;">选择 CPA 服务</label>
|
||||
<select id="cpa-service-select" style="width:100%; padding:6px 10px; border:1px solid var(--border); border-radius:6px; background:var(--surface); color:var(--text-primary); font-size:0.9rem;">
|
||||
<option value="">使用全局配置</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-actions" style="flex-direction: column;">
|
||||
|
||||
Reference in New Issue
Block a user