We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f231b33 commit 037b84bCopy full SHA for 037b84b
web/src/view/systemTools/aiWrokflow/index.vue
@@ -3,11 +3,6 @@
3
<el-card shadow="never">
4
<div class="flex flex-wrap items-start justify-between gap-4">
5
<div class="max-w-3xl">
6
- <p
7
- class="text-xs font-semibold uppercase tracking-[0.24em] text-sky-600"
8
- >
9
- Dify Chatflow
10
- </p>
11
<h1 class="mt-2 text-2xl font-semibold text-slate-900">
12
AI 需求分析与 Prompt 工作流
13
</h1>
@@ -20,9 +15,6 @@
20
15
<el-button :icon="MagicStick" @click="fillExample"
21
16
>填入示例</el-button
22
17
>
23
- <el-button type="primary" :icon="Promotion" @click="goAutoCode"
24
- >打开代码生成器</el-button
25
26
18
</div>
27
19
28
</el-card>
0 commit comments