From 1a71d7173b80c0e931c8845cf7ca3bce057f31cd Mon Sep 17 00:00:00 2001 From: jingrow Date: Mon, 3 Nov 2025 02:20:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E8=8A=82=E7=82=B9=E5=88=B0?= =?UTF-8?q?=E5=B8=82=E5=9C=BA=E5=AF=B9=E8=AF=9D=E6=A1=86=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E7=BB=BF=E8=89=B2=E4=B8=BB=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/pagetype/local_ai_node/local_ai_node_toolbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/jingrow/frontend/src/views/pagetype/local_ai_node/local_ai_node_toolbar.vue b/apps/jingrow/frontend/src/views/pagetype/local_ai_node/local_ai_node_toolbar.vue index 068b409..66615b8 100644 --- a/apps/jingrow/frontend/src/views/pagetype/local_ai_node/local_ai_node_toolbar.vue +++ b/apps/jingrow/frontend/src/views/pagetype/local_ai_node/local_ai_node_toolbar.vue @@ -251,7 +251,7 @@ function showPublishConfirmDialog() { const nodeType = nodeRecord.value.node_type const nodeLabel = nodeRecord.value.node_label || nodeType - dialog.warning({ + dialog.success({ title: t('Publish to Node Marketplace'), content: t('Are you sure you want to publish node "{0}" to the marketplace?').replace('{0}', nodeLabel), positiveText: t('Confirm'),