fix:path rewriting & model list
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user