privacy

Privacy Policies

本仓库用于托管我开发的 App 隐私政策文档。

Apps

App Name Bundle ID Privacy Policy URL
NexClean com.nexclean.NexClean https://yangfuhe.github.io/privacy/nexclean/

Directory Structure

privacy/
├── README.md                    # 本文件(索引)
├── nexclean/                    # NexClean App 隐私政策
│   ├── index.html               # 首页(中英文合版)
│   ├── privacy-cn.html          # 中文版
│   └── privacy-en.html          # 英文版
├── [future-app]/                # 未来其他 App
│   └── index.html
...

Hosting

本仓库使用 GitHub Pages 托管隐私政策页面。

启用方式:

  1. 进入仓库 Settings → Pages
  2. Source 选择 “Deploy from a branch”
  3. Branch 选择 “main” + “/ (root)”
  4. 保存后访问:https://yangfuhe.github.io/privacy/

Last updated: 2026-04-06