重构 AI

This commit is contained in:
2025-10-07 00:26:22 +08:00
parent 0c8e32aad4
commit c1d5119a0a
16 changed files with 966 additions and 322 deletions

View File

@@ -126,16 +126,9 @@ onMounted(async () => {
<template>
<n-layout has-sider position="absolute">
<!-- 侧边栏 -->
<n-layout-sider
bordered
:width="100"
:native-scrollbar="false"
>
<n-layout-sider bordered :width="100" :native-scrollbar="false">
<!-- 菜单 -->
<n-menu
:options="options"
:value="active"
/>
<n-menu :options="options" :value="active" />
</n-layout-sider>
<!-- 主内容区域 -->