|
- <template>
- <LegalDocument doc-key="service" fallback-title="服务条款" />
- </template>
-
- <script setup>
- // 正文由后台「内容管理」维护(html 表 key=service),SSR 渲染,利于收录
- useSeoMeta({
- title: '服务条款 - AI在线',
- description: 'AI在线服务条款,说明用户在使用 AI 取名、动漫头像、证件照等服务时的权利与义务。',
- })
- useHead({
- link: [{ rel: 'canonical', href: 'https://tool.aionline.cc/terms' }],
- })
- </script>
|