chore: record journal

This commit is contained in:
qzl
2026-04-20 12:52:35 +08:00
parent 4a3fe85fc9
commit 5c4ba49ffc
2 changed files with 35 additions and 2 deletions
+32
View File
@@ -254,3 +254,35 @@
### Next Steps
- None - task complete
## Session 5: Do Not Sell My Personal Information 开关
**Date**: 2026-04-20
**Task**: Do Not Sell My Personal Information 开关
### Summary
实现 CCPA/CPRA 合规的 Do Not Sell 开关功能:后端 PrivacySettings 结构化存储(can_sell字段默认false) + 前端 GeneralSettingsScreen 主开关 + 移除冗余 PrivacyNotificationSettingsScreen + 协议文档更新。
### Main Changes
### Git Commits
| Hash | Message |
|------|---------|
| `913ed26f8de434a64d795a68a5326e2aa34ad358` | (see git log) |
### Testing
- [OK] (Add test results)
### Status
[OK] **Completed**
### Next Steps
- None - task complete