ITADN

Fix: incorrect negation in setting group.Closed

#18Pull Requestwcat7 创建于 2025-05-29已合并
W
wcat7commented
Fixes a logic error where group.Closed was incorrectly assigned with negation. Originally: `group.Closed = !*a.ClosedValue ` Now: `group.Closed = *a.ClosedValue`
合并状态:已合并 合并于 2025-05-29 关闭于 2025-05-29 0 条评论