Junjie
2026-04-06 2825b82e8a4eca618ab3c2306de2db74a2ecbd1d
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;