feat: 完成整体内容开发

This commit is contained in:
2026-05-22 16:27:35 +08:00
parent 5e05bf4f63
commit d3cb786edb
72 changed files with 2410 additions and 29 deletions
+10
View File
@@ -0,0 +1,10 @@
<!-- app/components/layout/AppFooter.vue - 全局页脚只保留服务状态类信息 -->
<template>
<footer class="border-t bg-background">
<div
class="mx-auto flex w-full max-w-7xl flex-col gap-2 px-4 py-5 text-xs text-muted-foreground md:flex-row md:items-center md:justify-between md:px-6"
>
<span>OCS AI answer service</span>
</div>
</footer>
</template>