#
Junjie
3 天以前 1b8a4677f362d234d834120deac4880d7ae89a50
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;