Оптимизация

This commit is contained in:
2026-02-08 07:39:56 +07:00
parent ca1783fe7d
commit cff7ef1bd1
36 changed files with 353 additions and 384 deletions

View File

@@ -29,7 +29,7 @@ const createProxy = async () => {
autoSSL: false,
})
creating.value = false
if (result && !String(result).startsWith('Error')) {
if (isSuccess(result)) {
success(t('notify.proxyCreated'))
router.push('/')
} else {