From ad559a237fdc4c00f0ebd935268c4256b686e872 Mon Sep 17 00:00:00 2001 From: jingrow Date: Mon, 3 Nov 2025 02:26:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8F=91=E5=B8=83=E8=8A=82?= =?UTF-8?q?=E7=82=B9=E5=88=B0=E5=B8=82=E5=9C=BA=E5=AF=B9=E8=AF=9D=E6=A1=86?= =?UTF-8?q?=E4=B8=BA=E8=93=9D=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 66615b8..cfdfa4c 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.success({ + dialog.info({ 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'),