From 5ca2777084fbbc78c095317c38a44eb336fa4451 Mon Sep 17 00:00:00 2001 From: daimon Date: Thu, 23 Jul 2026 20:57:01 +0800 Subject: [PATCH] Remove output and privacy sections from README docs. --- README.md | 15 --------------- README.zh-CN.md | 15 --------------- README.zh-TW.md | 15 --------------- 3 files changed, 45 deletions(-) diff --git a/README.md b/README.md index 4b02f3d..575c23e 100644 --- a/README.md +++ b/README.md @@ -162,21 +162,6 @@ OAuth handles common intermediate pages: personal/work account chooser, protect- --- -## Output and privacy - -Do **not** commit or share filled secrets. Gitignored / local-only examples: - -```text -config.json # your real proxy & temp_mail secrets -Results/oauth2.txt # accounts + refresh tokens -log/ # runtime logs -browser_profiles/ # temporary browser data -``` - -Use `config.example.json` as the documented empty template. - ---- - ## Upstream and acknowledgements - [LainsNL/OutlookRegister](https://github.com/LainsNL/OutlookRegister) — original project this fork is based on diff --git a/README.zh-CN.md b/README.zh-CN.md index 526ddb3..b0587ad 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -161,21 +161,6 @@ OAuth 可处理:个人/工作帐户选择、保护帐户、验证电子邮件 --- -## 输出与隐私 - -请勿提交或分享含密钥的文件。常见本地文件: - -```text -config.json # 真实代理与 temp_mail 密钥 -Results/oauth2.txt # 账号与 refresh_token -log/ # 运行日志 -browser_profiles/ # 临时浏览器数据 -``` - -文档与仓库请使用 `config.example.json` 空模板。 - ---- - ## 上游与致谢 - [LainsNL/OutlookRegister](https://github.com/LainsNL/OutlookRegister) — 本项目二开来源 diff --git a/README.zh-TW.md b/README.zh-TW.md index d37f529..cb2bac6 100644 --- a/README.zh-TW.md +++ b/README.zh-TW.md @@ -161,21 +161,6 @@ OAuth 可處理:個人/工作帳戶選擇、保護帳戶、驗證電子郵 --- -## 輸出與隱私 - -請勿提交或分享含金鑰的檔案。常見本機檔案: - -```text -config.json # 真實代理與 temp_mail 金鑰 -Results/oauth2.txt # 帳號與 refresh_token -log/ # 執行日誌 -browser_profiles/ # 暫存瀏覽器資料 -``` - -文件與倉庫請使用 `config.example.json` 空白範本。 - ---- - ## 上游與致謝 - [LainsNL/OutlookRegister](https://github.com/LainsNL/OutlookRegister) — 本專案二開來源