Skip to content

Commit 037b84b

Browse files
committed
feat: 移除无用的Dify Chatflow文本和代码生成器按钮
1 parent f231b33 commit 037b84b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

web/src/view/systemTools/aiWrokflow/index.vue

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
<el-card shadow="never">
44
<div class="flex flex-wrap items-start justify-between gap-4">
55
<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>
116
<h1 class="mt-2 text-2xl font-semibold text-slate-900">
127
AI 需求分析与 Prompt 工作流
138
</h1>
@@ -20,9 +15,6 @@
2015
<el-button :icon="MagicStick" @click="fillExample"
2116
>填入示例</el-button
2217
>
23-
<el-button type="primary" :icon="Promotion" @click="goAutoCode"
24-
>打开代码生成器</el-button
25-
>
2618
</div>
2719
</div>
2820
</el-card>

0 commit comments

Comments
 (0)