From 1b8a4677f362d234d834120deac4880d7ae89a50 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期四, 12 三月 2026 17:03:59 +0800
Subject: [PATCH] #
---
src/main/webapp/views/ai/llm_config.html | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/main/webapp/views/ai/llm_config.html b/src/main/webapp/views/ai/llm_config.html
index ba79721..edf9f45 100644
--- a/src/main/webapp/views/ai/llm_config.html
+++ b/src/main/webapp/views/ai/llm_config.html
@@ -268,7 +268,6 @@
</div>
</div>
<div class="hero-actions">
- <el-button size="mini" @click="goPromptCenter">Prompt閰嶇疆</el-button>
<el-button type="primary" size="mini" @click="addRoute">鏂板璺敱</el-button>
<el-button size="mini" @click="exportRoutes">瀵煎嚭JSON</el-button>
<el-button size="mini" @click="triggerImport">瀵煎叆JSON</el-button>
@@ -540,9 +539,6 @@
displayRouteName: function(route) {
var value = route && route.name ? String(route.name) : '';
return this.translateLegacyText(value);
- },
- goPromptCenter: function() {
- window.location.href = 'prompt_config.html';
},
handleRouteNameInput: function(route, value) {
if (!route) {
--
Gitblit v1.9.1