更新发布节点到市场对话框为蓝色主题

This commit is contained in:
jingrow 2025-11-03 02:26:11 +08:00
parent 1a71d7173b
commit ad559a237f

View File

@ -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'),