You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 regels
451 B

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