+ [misc] optimize style of error modal.

This commit is contained in:
sunhao
2024-07-04 08:35:14 +08:00
committed by 孙广明
parent 1bb807440c
commit af16ca3d57
+1 -1
View File
@@ -99,7 +99,7 @@
function showFatalError(data, _info, options)
{
zui.Modal.showError({error: `<b>URL</b>: ${options.url}<br>${data}`, size: 'lg'})
zui.Modal.showError({error: data.startsWith('<!DOCTYPE html') ? data : `<b>URL</b>: ${options.url}<br>${data}`, size: 'lg'})
}
function initZinbar()