@liuovo/agentation-vue-ui 0.0.8 → 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.raw.css +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -57,7 +57,7 @@ const Ht = Symbol("agentation-runtime-bridge"), Ge = Symbol("agentation-annotati
|
|
|
57
57
|
copySettingsDescription: "Only affects clipboard copy. MCP and webhook payloads stay unchanged.",
|
|
58
58
|
copyPrefix: "Prefix prompt",
|
|
59
59
|
copyPrefixDescription: "Prepended before copied content with a line break.",
|
|
60
|
-
copyPrefixPlaceholder: "
|
|
60
|
+
copyPrefixPlaceholder: "",
|
|
61
61
|
copyExclusions: "Excluded fields",
|
|
62
62
|
copyExclusionsDescription: "Checked fields are removed from copied output when they are present.",
|
|
63
63
|
copyFieldLabels: {
|
|
@@ -198,7 +198,7 @@ const Ht = Symbol("agentation-runtime-bridge"), Ge = Symbol("agentation-annotati
|
|
|
198
198
|
copySettingsDescription: "仅作用于复制到剪贴板,不影响 MCP / Webhooks 的发送内容。",
|
|
199
199
|
copyPrefix: "前缀提示词",
|
|
200
200
|
copyPrefixDescription: "复制时会加在最前面,并自动换行。",
|
|
201
|
-
copyPrefixPlaceholder: "
|
|
201
|
+
copyPrefixPlaceholder: "例如:你好,请帮我修改以下内容:",
|
|
202
202
|
copyExclusions: "排除项",
|
|
203
203
|
copyExclusionsDescription: "勾选后,复制时如果存在这些字段,就自动过滤掉不复制。",
|
|
204
204
|
copyFieldLabels: {
|