protocol-proxy 2.4.0 → 2.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/public/index.html CHANGED
@@ -188,9 +188,14 @@
188
188
  </div>
189
189
  </div>
190
190
  </div>
191
+ </div>
192
+ <div class="form-row api-keys-row">
191
193
  <div class="form-group">
192
- <label>API Key</label>
193
- <input type="password" id="target-key" placeholder="sk-...">
194
+ <div class="api-keys-header">
195
+ <span>API Keys</span>
196
+ <button type="button" id="api-key-add-btn" class="btn btn-sm">+ 添加 Key</button>
197
+ </div>
198
+ <div id="api-keys-list"></div>
194
199
  </div>
195
200
  </div>
196
201
  <div class="form-row">