+
{{ JSON.stringify(formData.field_config, null, 2) }}
@@ -242,7 +242,7 @@
placeholder="例如: Id, Group1, DateTarget"
@keyup.enter="confirmAddField"
/>
-
+
💡 字段名将保持原样,不会进行大小写转换
@@ -262,14 +262,14 @@
:style="isMobile ? { top: 0, maxWidth: '100vw' } : {}"
>
-
-
生成的 Payload(使用默认值):
-
{{ JSON.stringify(previewData.preview_payload, null, 2) }}
+
+
生成的 Payload(使用默认值):
+
{{ JSON.stringify(previewData.preview_payload, null, 2) }}
-
-
字段配置:
-
{{ JSON.stringify(previewData.field_config, null, 2) }}
+
+
字段配置:
+
{{ JSON.stringify(previewData.field_config, null, 2) }}
diff --git a/frontend/tailwind.config.js b/frontend/tailwind.config.js
index 4f5e82d..0c0be57 100644
--- a/frontend/tailwind.config.js
+++ b/frontend/tailwind.config.js
@@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */
export default {
- darkMode: 'class', // 启用 class 模式的暗黑模式
+ darkMode: 'class', // 启用 class 模式的暗色模式
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",