riku
2024-11-18 ca5ac89a24c6ace3fb7897b4b238b243059dcb43
src/composables/messageBox.js
@@ -15,7 +15,7 @@
      let msg = `已${doneMsg}`
      if (typeof onConfirm === 'function') {
        const str = await onConfirm();
        if (str && str != '') {
        if (typeof str === 'string' && str != '') {
          msg = `已${doneMsg}, ${str}`
        }
      }