feat(kol): dynamic-form generation view

This commit is contained in:
2026-04-17 14:59:52 +08:00
parent 97c18cdbef
commit 4b6d434556
5 changed files with 226 additions and 9 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ const enUS = {
generate: {
title: "Generate Article",
submit: "Generate",
fillVariables: "Please fill in all required variables",
fillVariables: "Please fill in the following variables and click generate",
},
manage: {
title: "KOL Prompt Management",
+1 -1
View File
@@ -180,7 +180,7 @@ const zhCN = {
generate: {
title: "生成文章",
submit: "生成",
fillVariables: "填写所有必填变量",
fillVariables: "填写以下变量后点击生成",
},
manage: {
title: "KOL 提示词管理",