Files
OCS_service/app/components/layout/AppFooter.vue
T
2026-05-22 16:27:35 +08:00

11 lines
391 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!-- 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>