wwf
4 天以前 73210a869048d6468b55717660d0ca558d0c2aab
app/components/app/app-publisher/index.tsx
@@ -76,6 +76,8 @@
  const handlePublish = async (modelAndParameter?: ModelAndParameter) => {
    try {
      const messageData = { agentInfo: appDetail?.model_config }
      window.parent.postMessage(messageData, '*')
      await onPublish?.(modelAndParameter)
      setPublished(true)
    }