privacy.wxml 4.2 KB

1
  1. <view class="privacy-policy-container bg-white rounded-xl shadow-lg p-6 md:p-8 max-w-4xl mx-auto my-8 data-v-33d54784"><view class="text-[clamp(1.75rem,3vw,2.5rem)] font-bold text-gray-800 mb-6 text-center data-v-33d54784">隐私政策</view><view class="policy-content space-y-6 data-v-33d54784"><view id="intro" class="policy-section data-v-33d54784"><view class="text-xl font-semibold text-gray-700 mb-3 data-v-33d54784">引言</view><view class="text-gray-600 leading-relaxed data-v-33d54784"> 本隐私政策旨在帮助您了解我们如何收集、使用、存储和保护您在使用[应用名称]即时通讯应用(以下简称"应用")时提供的个人信息。请您在使用我们的应用前仔细阅读本隐私政策。 </view></view><view id="information-collection" class="policy-section data-v-33d54784"><view class="text-xl font-semibold text-gray-700 mb-3 data-v-33d54784">信息收集</view><view class="text-gray-600 leading-relaxed data-v-33d54784"> 我们可能收集的信息包括但不限于:您注册账户时提供的姓名、电话号码、电子邮箱;您使用应用时产生的聊天记录、文件传输记录;您的设备信息、位置信息(如果您允许)等。 </view></view><view id="information-use" class="policy-section data-v-33d54784"><view class="text-xl font-semibold text-gray-700 mb-3 data-v-33d54784">信息使用</view><view class="text-gray-600 leading-relaxed data-v-33d54784"> 我们使用收集的信息来提供、维护和改进应用功能;开发新功能和服务;理解用户偏好和使用习惯;保障应用安全;以及向您提供个性化的内容和推荐。 </view></view><view id="information-sharing" class="policy-section data-v-33d54784"><view class="text-xl font-semibold text-gray-700 mb-3 data-v-33d54784">信息共享</view><view class="text-gray-600 leading-relaxed data-v-33d54784"> 我们不会向第三方共享您的个人信息,除非:获得您的明确许可;法律要求;保护我们的合法权益;与关联公司或合作伙伴共享(但他们必须遵守本隐私政策)。 </view></view><view id="security" class="policy-section data-v-33d54784"><view class="text-xl font-semibold text-gray-700 mb-3 data-v-33d54784">信息安全</view><view class="text-gray-600 leading-relaxed data-v-33d54784"> 我们采用行业标准的安全技术和程序来保护您的个人信息,防止未经授权的访问、使用或泄露。但请注意,没有任何在线服务是100%安全的。 </view></view><view id="children" class="policy-section data-v-33d54784"><view class="text-xl font-semibold text-gray-700 mb-3 data-v-33d54784">儿童隐私</view><view class="text-gray-600 leading-relaxed data-v-33d54784"> 我们的应用不针对13岁以下的儿童。如果我们发现无意中收集了儿童的个人信息,我们将立即删除这些信息。 </view></view><view id="changes" class="policy-section data-v-33d54784"><view class="text-xl font-semibold text-gray-700 mb-3 data-v-33d54784">政策变更</view><view class="text-gray-600 leading-relaxed data-v-33d54784"> 我们可能会不时更新本隐私政策。当我们进行重大变更时,我们将通过应用内通知或其他适当方式通知您。请定期查看本隐私政策。 </view></view><view id="contact" class="policy-section data-v-33d54784"><view class="text-xl font-semibold text-gray-700 mb-3 data-v-33d54784">联系我们</view><view class="text-gray-600 leading-relaxed data-v-33d54784"> 如果您对本隐私政策有任何疑问或建议,请通过[联系邮箱/客服渠道]与我们联系。 </view></view></view><view class="policy-footer mt-8 pt-6 border-t border-gray-200 data-v-33d54784"><view class="flex flex-col md:flex-row justify-between items-center data-v-33d54784"><view class="text-gray-500 text-sm mb-4 md:mb-0 data-v-33d54784"> 最后更新时间:<label class="data-v-33d54784">{{a}}</label></view><view class="flex space-x-4 data-v-33d54784"><button class="text-primary hover:text-primary-dark transition-colors duration-300 text-sm font-medium data-v-33d54784"> 返回首页 </button><button class="text-primary hover:text-primary-dark transition-colors duration-300 text-sm font-medium data-v-33d54784"> 服务条款 </button></view></view></view></view>