fix:path rewriting & model list

This commit is contained in:
XOF
2025-11-25 20:48:15 +08:00
parent ad1e6180cf
commit 04d36e4d9e
10 changed files with 262 additions and 74 deletions

View File

@@ -1135,6 +1135,8 @@ class ApiKeyList {
const actionConfig = this._getQuickActionConfig(action);
if (actionConfig && actionConfig.requiresConfirm) {
const result = await Swal.fire({
backdrop: `rgba(0,0,0,0.5)`,
heightAuto: false,
target: '#main-content-wrapper',
title: '请确认操作',
html: actionConfig.confirmText,