From 2265a4ba25b765d08795018f78ac9bceb87e4f45 Mon Sep 17 00:00:00 2001
From: skyouc <958836976@qq.com>
Date: 星期一, 13 四月 2026 16:23:28 +0800
Subject: [PATCH] 屏蔽AI
---
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