发布节点到市场对话框主题改为绿色主题

This commit is contained in:
jingrow 2025-11-03 02:20:39 +08:00
parent 9d86d738e5
commit 1a71d7173b

View File

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