|
- <template>
- <LegalDocument doc-key="privacy" fallback-title="隐私政策" />
- </template>
-
- <script setup>
- // 正文由后台「内容管理」维护(html 表 key=privacy)
- useSeoMeta({
- title: '隐私政策 - AI在线',
- description: 'AI在线隐私政策,说明我们收集、使用、存储与保护用户个人信息的方式与范围。',
- })
- useHead({
- link: [{ rel: 'canonical', href: 'https://tool.aionline.cc/privacy' }],
- })
- </script>
|