feat: 增加内容生成配置管理

This commit is contained in:
2026-08-03 17:23:42 +08:00
parent 3f8ff30bbc
commit 8ee4d65b7b
17 changed files with 1348 additions and 43 deletions

View File

@@ -23,6 +23,9 @@ const AgentManagementView = defineAsyncComponent(
const AttentionManagementView = defineAsyncComponent(
() => import("./components/AttentionManagementView.vue"),
);
const ContentGenerationConfigView = defineAsyncComponent(
() => import("./components/ContentGenerationConfigView.vue"),
);
const DashboardView = defineAsyncComponent(
() => import("./components/DashboardView.vue"),
);
@@ -593,6 +596,12 @@ async function clearFeishuCache() {
>
模型管理
</button>
<button
:class="{ active: activeMenu === 'content-generation' }"
@click="switchMenu('content-generation')"
>
内容生成
</button>
<button
:class="{ active: activeMenu === 'configs' }"
@click="switchMenu('configs')"
@@ -990,6 +999,10 @@ async function clearFeishuCache() {
</el-table>
</template>
<ContentGenerationConfigView
v-if="activeMenu === 'content-generation'"
/>
<template v-if="activeMenu === 'configs'">
<div class="page-head inline">
<div>