diff --git a/.trellis/workspace/zl-q/index.md b/.trellis/workspace/zl-q/index.md index 901d28e..75fc279 100644 --- a/.trellis/workspace/zl-q/index.md +++ b/.trellis/workspace/zl-q/index.md @@ -8,7 +8,7 @@ - **Active File**: `journal-1.md` -- **Total Sessions**: 4 +- **Total Sessions**: 5 - **Last Active**: 2026-04-20 @@ -19,7 +19,7 @@ | File | Lines | Status | |------|-------|--------| -| `journal-1.md` | ~256 | Active | +| `journal-1.md` | ~288 | Active | --- @@ -29,6 +29,7 @@ | # | Date | Title | Commits | |---|------|-------|---------| +| 5 | 2026-04-20 | Do Not Sell My Personal Information 开关 | `913ed26f8de434a64d795a68a5326e2aa34ad358` | | 4 | 2026-04-20 | 用户反馈投送功能 | `6a2a9d2c87e1e1dd35a23ff2e184b6ed9f04d03d` | | 3 | 2026-04-16 | 修复通知 targets 约束、合并注册脚本、路径缩短及清理重复索引 | `c79c773` | | 2 | 2026-04-16 | 新人初始礼包购买追踪功能实现 | `ff40ff9`, `fd0df28` | diff --git a/.trellis/workspace/zl-q/journal-1.md b/.trellis/workspace/zl-q/journal-1.md index 4529354..a4cfeb8 100644 --- a/.trellis/workspace/zl-q/journal-1.md +++ b/.trellis/workspace/zl-q/journal-1.md @@ -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