Commit de8310fd authored by nick zheng's avatar nick zheng

Merge branch 'beta' into 'master'

chore(应用配置): 能力拓展区域样式

See merge request !102
parents 304ba5fc 3ca3973e
...@@ -559,31 +559,33 @@ function handleStopGenerate() { ...@@ -559,31 +559,33 @@ function handleStopGenerate() {
</div> </div>
</div> </div>
<div class="h-full flex-1 overflow-auto border-r border-[#e8e9eb] py-4"> <div class="flex h-full flex-1 flex-col overflow-auto border-r border-[#e8e9eb] py-4">
<div class="flex h-6 items-center px-5 leading-6"> <div class="mb-1 flex h-6 items-center px-5 leading-6">
<CustomIcon icon="streamline:decent-work-and-economic-growth-solid" class="mr-1.5 text-base" /> <CustomIcon icon="streamline:decent-work-and-economic-growth-solid" class="mr-1.5 text-base" />
<span> <span>
{{ t('personal_space_module.agent_module.agent_setting_module.agent_config_module.ability_expand') }} {{ t('personal_space_module.agent_module.agent_setting_module.agent_config_module.ability_expand') }}
</span> </span>
</div> </div>
<AgentAssociatedKnowledge v-model:knowledge-config="knowledgeConfig" /> <div class="flex-1 overflow-auto">
<AgentAssociatedKnowledge v-model:knowledge-config="knowledgeConfig" />
<AgentMemorySetting <AgentMemorySetting
v-model:variable-structure="commConfig.variableStructure" v-model:variable-structure="commConfig.variableStructure"
v-model:is-long-memory="commConfig.isLongMemory" v-model:is-long-memory="commConfig.isLongMemory"
/> />
<AgentDialogueSetting <AgentDialogueSetting
v-model:comm-config-expanded-names="commConfigExpandedNames" v-model:comm-config-expanded-names="commConfigExpandedNames"
v-model:comm-config="commConfig" v-model:comm-config="commConfig"
v-model:generate-featured-questions-loading="generateFeaturedQuestionsLoading" v-model:generate-featured-questions-loading="generateFeaturedQuestionsLoading"
v-model:generate-preamble-loading="generatePreambleLoading" v-model:generate-preamble-loading="generatePreambleLoading"
@generate-preamble="handleAIGeneratePreamble" @generate-preamble="handleAIGeneratePreamble"
@generate-featured-questions="handleAIGenerateFeaturedQuestions" @generate-featured-questions="handleAIGenerateFeaturedQuestions"
/> />
<AgentRoleSetting /> <AgentRoleSetting />
</div>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -92,7 +92,7 @@ function handleUpdateDocumentParsing(value: boolean) { ...@@ -92,7 +92,7 @@ function handleUpdateDocumentParsing(value: boolean) {
<template> <template>
<section class="border-b border-[#e8e9eb] px-5"> <section class="border-b border-[#e8e9eb] px-5">
<div class="pt-4"> <div class="pt-4">
<h2 class="my-3 text-[#84868c]"> <h2 class="mb-3 text-[#84868c]">
{{ t('personal_space_module.agent_module.agent_setting_module.agent_config_module.knowledge') }} {{ t('personal_space_module.agent_module.agent_setting_module.agent_config_module.knowledge') }}
</h2> </h2>
......
...@@ -61,7 +61,7 @@ function handleAIGenerateFeaturedQuestions() { ...@@ -61,7 +61,7 @@ function handleAIGenerateFeaturedQuestions() {
<template> <template>
<section class="border-b border-[#e8e9eb] px-5"> <section class="border-b border-[#e8e9eb] px-5">
<div class="pt-4"> <div class="pt-4">
<h2 class="my-3 text-[#84868c]"> <h2 class="mb-3 text-[#84868c]">
{{ t('personal_space_module.agent_module.agent_setting_module.agent_config_module.dialogue') }} {{ t('personal_space_module.agent_module.agent_setting_module.agent_config_module.dialogue') }}
</h2> </h2>
<NCollapse <NCollapse
......
...@@ -69,7 +69,7 @@ function handleChangeMemoryFragmentState(value: boolean) { ...@@ -69,7 +69,7 @@ function handleChangeMemoryFragmentState(value: boolean) {
<template> <template>
<section class="border-b border-[#e8e9eb] px-5"> <section class="border-b border-[#e8e9eb] px-5">
<div class="pt-4"> <div class="pt-4">
<h2 class="my-3 text-[#84868c]"> <h2 class="mb-3 text-[#84868c]">
{{ t('personal_space_module.agent_module.agent_setting_module.agent_config_module.memory') }} {{ t('personal_space_module.agent_module.agent_setting_module.agent_config_module.memory') }}
</h2> </h2>
<NCollapse <NCollapse
......
...@@ -79,7 +79,7 @@ function handleEditAssociatedTimbreModel() { ...@@ -79,7 +79,7 @@ function handleEditAssociatedTimbreModel() {
<template> <template>
<section class="border-b border-[#e8e9eb] px-5"> <section class="border-b border-[#e8e9eb] px-5">
<div class="pt-4"> <div class="pt-4">
<h2 class="my-3 text-[#84868c]">{{ t('common_module.role') }}</h2> <h2 class="mb-3 text-[#84868c]">{{ t('common_module.role') }}</h2>
<NCollapse <NCollapse
:expanded-names="roleConfigExpandedNames" :expanded-names="roleConfigExpandedNames"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment