Commit ccdb0d3a authored by nick zheng's avatar nick zheng

Merge branch 'beta' into 'master'

chore: 应用设置目录调整

See merge request !97
parents 13155cac 048b8f59
<script setup lang="ts">
import Setting from './setting/setting.vue'
import Preview from './preview/preview.vue'
import AgentSetting from './agent-setting/agent-setting.vue'
import AgentPreview from './agent-preview/agent-preview.vue'
</script>
<template>
<div class="flex h-full w-full flex-1">
<Setting />
<AgentSetting />
<Preview />
<AgentPreview />
</div>
</template>
......@@ -7,11 +7,11 @@ import { Emitter } from 'mitt'
import { Howl } from 'howler'
import MessageList from './components/message-list.vue'
import FooterInput from './components/footer-input.vue'
import MemoryPreviewModal from './components/memory-preview-modal.vue'
import { fetchCreateContinueQuestions } from '@/apis/agent-application'
import { usePersonalAppConfigStore } from '@/store/modules/personal-app-config'
import { useSystemLanguageStore } from '@/store/modules/system-language'
import { Brain, Down } from '@icon-park/vue-next'
import MemoryPreviewModal from './components/memory-preview-modal.vue'
import { validBrowser } from '@/utils/browser-detection'
const { t } = useI18n()
......
......@@ -14,7 +14,7 @@ import {
fetchRemoveSalePublishApplication,
} from '@/apis/agent-application'
import { defaultPersonalAppConfigState, usePersonalAppConfigStore } from '@/store/modules/personal-app-config'
import { ApplicationMallInfo } from '../../../personal-app/types'
import { ApplicationMallInfo } from '../../personal-app/types'
const { t } = useI18n()
......
......@@ -3,9 +3,9 @@ import { inject, nextTick, onMounted, onUnmounted, ref, watch } from 'vue'
import { useRouter } from 'vue-router'
import { Emitter } from 'mitt'
import { useI18n } from 'vue-i18n'
import PageNarBar from './components/page-narBar/page-narBar.vue'
import AgentConfig from './components/config/config.vue'
import AgentPublish from './components/publish/publish.vue'
import PageNarBar from './components/page-narbar.vue'
import AgentConfig from './components/agent-config/agent-config.vue'
import AgentPublish from './components/agent-publish.vue'
import { usePersonalAppConfigStore } from '@/store/modules/personal-app-config'
import { PersonalAppConfigState } from '@/store/types/personal-app-config'
import { fetchGetDebugApplicationInfo } from '@/apis/agent-application'
......
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