chore: plugin 有store page版本

This commit is contained in:
xiaojunnuo
2026-07-25 13:46:11 +08:00
parent ce4839bd80
commit 0bf9a2d3da
23 changed files with 2830 additions and 158 deletions
@@ -108,10 +108,10 @@ const projectStore = useProjectStore();
<div v-if="!settingStore.isComm" class="hover:bg-accent ml-1 mr-2 cursor-pointer rounded-full hidden md:block">
<fs-button shape="circle" type="text" icon="ion:logo-github" :text="null" @click="goGithub" />
</div>
<MaxKBChat v-if="settingsStore.sysPublic.aiChatEnabled !== false" ref="chatBox" />
</template>
<template #footer>
<PageFooter></PageFooter>
<MaxKBChat v-if="settingsStore.sysPublic.aiChatEnabled !== false" ref="chatBox" />
</template>
</BasicLayout>
</template>