From f0b4c2807c463698719d2f3de037f2225118cf9a Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期四, 12 三月 2026 14:22:46 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/ai/llm_config.html |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/views/ai/llm_config.html b/src/main/webapp/views/ai/llm_config.html
index 8d91b18..9ceff36 100644
--- a/src/main/webapp/views/ai/llm_config.html
+++ b/src/main/webapp/views/ai/llm_config.html
@@ -268,6 +268,7 @@
         </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>
@@ -534,6 +535,9 @@
         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) {
           return;

--
Gitblit v1.9.1