ssp4599815
9/25/2017 - 8:45 AM

momentum -- 获取背景图片

获取 Momentum 背景图片

$('#bottom').empty().css('text-align','center');Object.keys(localStorage).filter(e=>e.startsWith('momentum-background-')?e:null).map(k=>$('<img src="'+JSON.parse(localStorage.getItem(k)).filename+'" height="70" style="margin:1px;border:1px solid #fff;background:rgba(255,255,255,0.55);">').appendTo('#bottom'))