#
Junjie
2026-03-16 eab71c86022c1b3bb3ac334e0c57ad61ba7854a4
src/main/webapp/views/ai/prompt_config.html
@@ -365,7 +365,6 @@
        </div>
      </div>
      <div class="hero-actions">
        <el-button size="mini" @click="goLlmConfig">LLM配置</el-button>
        <el-button size="mini" @click="restoreDefaults">补齐默认Prompt</el-button>
        <el-button size="mini" @click="reloadAll">刷新</el-button>
      </div>
@@ -849,9 +848,6 @@
          if (list[i].published !== 1) count++;
        }
        return count;
      },
      goLlmConfig: function() {
        window.location.href = 'llm_config.html';
      },
      reloadAll: function() {
        var self = this;