Skip to main content

toggle_selection

Function toggle_selection 

Source
fn toggle_selection(selected: &mut Vec<AssetSelection>, item: AssetSelection)
Expand description

切换素材勾选态:已选(按 URL 判重)则移除,未选则按点击顺序追加。

以 URL 为唯一键:上传新图在网格刷新前后可能以不同条目形态出现 (uploaded_url 暂存 vs 素材列表行),URL 判重保证同图不会被选两次。 抽成纯函数便于单元测试(见本文件 tests 模块)。