docs: update README with generic placeholders

Remove all personal information from examples.

Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com>
This commit is contained in:
v0
2026-02-04 15:49:33 +00:00
parent 0aa079e450
commit 0095ba0636

View File

@@ -33,9 +33,9 @@ A pure frontend TOTP two-factor authentication tool with multiple token import m
| 变量名 | 说明 | 示例值 |
|--------|------|--------|
| `NEXT_PUBLIC_SHOW_FOOTER` | 是否显示页脚(默认隐藏) | `true` |
| `NEXT_PUBLIC_FOOTER_COPYRIGHT` | 版权所有者名称 | `Simon` |
| `NEXT_PUBLIC_ICP_NUMBER` | ICP备案号完整文本 | `ICP备2025074424号` |
| `NEXT_PUBLIC_PSB_NUMBER` | 公安备案号(完整文本) | `公网安备53250402000233号` |
| `NEXT_PUBLIC_FOOTER_COPYRIGHT` | 版权所有者名称 | `Your Name` |
| `NEXT_PUBLIC_ICP_NUMBER` | ICP备案号完整文本 | `ICP备xxxxxxxx号` |
| `NEXT_PUBLIC_PSB_NUMBER` | 公安备案号(完整文本) | `公网安备xxxxxxxxxxxxxx号` |
## Deployment / 部署