feat(marquee): 首页轮播种子预览改内联常驻、随数据源模式实时刷新 #40
Reference in New Issue
Block a user
Delete Branch "feat/marquee-preview-inline-live"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
系统配置「首页轮播种子」页:预览从点按钮弹窗改为常驻在「数据源」开关下方,
切换「混播/只真实/只种子」即时重拉、所见即所得。
落库时序;拨动开关(乐观更新)即刻预览对应模式,切换失败回滚预览也随之回滚。
Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
在原内联预览基础上,把「换一批」随机预览改为分页浏览: - 上一页/下一页翻遍当前模式下 app 能露出的全部记录(不去重),不再只随机抽一批。 - 跟随数据源模式:只真实=真实记录、只种子=各种子生成、混播=真实+种子;切模式回第 1 页。 - 种子行标「种子」、真实行标 u{id};配套 app-server /marquee-seeds/real-records 接口。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>