2026-02-02 11:20:15 +08:00

19 lines
1.0 KiB
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.

<template>
<view class="p-15">
<view class="text-lg font-bold mb-10 text-center">隐私保护政策</view>
<view class="text-base leading-normal text-dark">
<text>此处为隐私保护政策内容占位符</text>
<view class="mt-10">
本应用尊重并保护所有使用服务用户的个人隐私权为了给您提供更准确更有个性化的服务本应用会按照本隐私权政策的规定使用和披露您的个人信息但本应用将以高度的勤勉审慎义务对待这些信息除本隐私权政策另有规定外在未征得您事先许可的情况下本应用不会将这些信息对外披露或向第三方提供本应用会不时更新本隐私权政策您在同意本应用服务使用协议之时即视为您已经同意本隐私权政策的全部内容本隐私权政策属于本应用服务使用协议不可分割的一部分
</view>
</view>
</view>
</template>
<script setup>
</script>
<style>
/* Using global styles from App.vue */
</style>