# VRStereoCalc 隐私政策 - 手动上传到GitHub指南
## 方法1:使用GitHub网页界面(最简单)
### 步骤1:创建新仓库
1. 访问 https://github.com/new
2. 填写信息:
- **Repository name**: `vrstereo-privacy`
- **Description**: `Privacy Policy for VRStereoCalc mobile application`
- **Public** (选择公开)
- ✅ 勾选 "Add a README file"
3. 点击 "Create repository"
### 步骤2:上传隐私政策文件
1. 在新创建的仓库页面,点击 "Add file" → "Upload files"
2. 拖拽或选择这个文件:
```
/Users/miragevps_claw/Downloads/VRStereoCalc/PRIVACY_POLICY.md
```
3. 在底部填写提交信息:`Add privacy policy`
4. 点击 "Commit changes"
### 步骤3:创建index.html(用于GitHub Pages)
1. 点击 "Add file" → "Create new file"
2. 文件名输入:`index.html`
3. 复制下面的内容粘贴进去:
```html
Privacy Policy for VRStereoCalc
Last Updated: March 16, 2026
Introduction
This privacy policy applies to the VRStereoCalc mobile application for mobile devices that was created by Shumto as a Free service.
Information Collection and Use
VRStereoCalc does not collect, store, or transmit any personal information or user data.
The Application is designed to function entirely offline on your device. All calculations and data processing occur locally on your device and are never transmitted to external servers.
Types of Data
The Application does NOT collect any of the following:
- Personal identification information
- Location data
- Device information
- Usage analytics
- Crash reports
- Any other form of user data
Third-Party Services
The Application does not use any third-party services that may collect information used to identify you.
Children's Privacy
The Application does not address anyone under the age of 13. We do not knowingly collect personally identifiable information from children under 13 years of age.
Security
Since the Application does not collect or transmit any user data, there are no data security concerns related to information storage or transmission.
Changes to This Privacy Policy
The Service Provider may update this Privacy Policy from time to time. You are advised to review this page periodically for any changes.
This privacy policy is effective as of March 16, 2026.
Contact Us
If you have any questions or suggestions about this Privacy Policy, please contact:
- Developer: Shumto
- Application: VRStereoCalc
- Bundle ID: com.shumto.cinecalcvr
VRStereoCalc 隐私政策
最后更新日期:2026年3月16日
简介
本隐私政策适用于由Shumto创建的VRStereoCalc移动应用程序,这是一项免费服务。
信息收集和使用
VRStereoCalc不收集、存储或传输任何个人信息或用户数据。
该应用程序设计为完全在您的设备上离线运行。所有计算和数据处理都在您的设备本地进行,绝不会传输到外部服务器。
数据类型
应用程序不收集以下任何信息:
- 个人身份信息
- 位置数据
- 设备信息
- 使用统计
- 崩溃报告
- 任何其他形式的用户数据
第三方服务
应用程序不使用任何可能收集用于识别您的信息的第三方服务。
儿童隐私
该应用程序不针对13岁以下的任何人。我们不会故意收集13岁以下儿童的个人身份信息。
安全性
由于应用程序不收集或传输任何用户数据,因此不存在与信息存储或传输相关的数据安全问题。
隐私政策的变更
服务提供商可能会不时更新本隐私政策。建议您定期查看此页面以了解任何更改。
本隐私政策自2026年3月16日起生效。
联系我们
如果您对本隐私政策有任何问题或建议,请联系:
- 开发者: Shumto
- 应用程序: VRStereoCalc
- Bundle ID: com.shumto.cinecalcvr
```
4. 点击 "Commit new file"
### 步骤4:启用GitHub Pages
1. 在仓库页面,点击 "Settings"
2. 在左侧菜单找到 "Pages"
3. 在 "Source" 下:
- Branch: 选择 `main`
- Folder: 选择 `/ (root)`
4. 点击 "Save"
5. 等待1-2分钟,页面会显示:
```
Your site is live at https://toyball860721.github.io/vrstereo-privacy/
```
### 步骤5:获取隐私政策URL
✅ **用于App Store Connect的隐私政策URL:**
```
https://toyball860721.github.io/vrstereo-privacy/
```
---
## 方法2:使用命令行(如果GitHub CLI可用)
如果您想使用命令行,请先登录GitHub:
```bash
# 使用token登录(推荐)
gh auth login --with-token < your_github_token.txt
# 或使用浏览器登录
gh auth login --web
```
然后运行:
```bash
cd /Users/miragevps_claw/Downloads/VRStereoCalc
./setup_github_privacy.sh
```
---
## 快速链接
- **GitHub用户名**: toyball860721
- **建议仓库名**: vrstereo-privacy
- **隐私政策文件**: /Users/miragevps_claw/Downloads/VRStereoCalc/PRIVACY_POLICY.md
- **最终URL**: https://toyball860721.github.io/vrstereo-privacy/