Sleepm 交易所
夜晚有着自己的脉搏。
来自一个拥有数千成员的大家庭的实时指数——今夜,这个社区如何休憩、聚会、绽放光彩。在这个场馆里,没有金钱交易,唯有光芒。
REST 指数96.4 ▲ 0.8 · THE FAMILY数千个家庭▲ 本月增加 12 个 · GLOW 指数88.1▲ 1.2 · 宁静时光平均 7 小时 42 分钟▲ 增加 6 分钟 · 聚会4 次(本月) · 《夜间版》预览直播 · 休息指数96.4 ▲ 0.8 · 家庭数千个家庭 ▲ 本月增加 12 个 · 光辉指数88.1▲ 1.2 · 安静时光平均 7 小时 42 分钟▲ 增加 6 分钟 · 聚会本月 4 次 · 《夜刊》预览直播 ·
休息指数
96.4
据他们自己说,这周全家人睡得有多香。
家庭索引
数千
活跃的派对主持人用三种语言主持整晚活动。
光感指数
88.1
社区的温暖——在这个月里,让我们相聚、分享、彼此欢迎。
家庭预测
未解决的问题。
选民用星光而非金钱来投票。预测结果令人欣喜——但这不过是吹嘘的资本罢了。
会有200个新家庭加入这场“丰收月之夜”的聚会吗?72%
下一场门票售罄的聚会:多伦多还是拉斯维加斯?55 / 45
直播 · 来自家庭
现场连线。
真实的会员,真实的笔记——每条帖子在发布前都会经过人工审核。
var AMP=String.fromCharCode(38);function flRow(p){var a=document.createElement('a');a.className='flr';a.href=p.link;var au=p.fp_author?p.fp_author.photo:null;var nm0=p.fp_author?p.fp_author.name:null;if(!nm0){nm0='A family member';}var im;if(au){im=document.createElement('img');im.className='flav';im.src=au;im.alt='';}else{im=document.createElement('span');im.className='flmono';im.textContent=nm0.charAt(0).toUpperCase();}var nm=document.createElement('span');nm.className='fln';nm.textContent=nm0+' shared';var td=document.createElement('div');td.innerHTML=p.title?p.title.rendered:'';var t=document.createElement('span');t.className='flt';t.textContent=td.textContent;var mo=['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'];var d=new Date(p.date);var dt=document.createElement('span');dt.className='fld';dt.textContent=mo[d.getMonth()]+' '+d.getDate();a.appendChild(im);a.appendChild(nm);a.appendChild(t);a.appendChild(dt);return a;}function flBoot(){var feed=document.getElementById('floorFeed');var sec=document.getElementById('floor');if(!feed){return;}var u='/wp-json/wp/v2/family-posts?per_page=10'+AMP+'orderby=date'+AMP+'order=desc';var x=new XMLHttpRequest();x.open('GET',u);x.onload=function(){var ps=null;try{ps=JSON.parse(x.responseText);}catch(e){ps=null;}if(!ps){return;}if(!ps.length){return;}var i=0;while(i!==ps.length){feed.appendChild(flRow(ps[i]));i=i+1;}sec.className=sec.className+' on';};x.send();}try{flBoot();}catch(e){}
✦
关注指数
这块看板敏锐捕捉着社区的脉动——休憩、成长与生机——随着家庭成员的汇报,它焕发着崭新的活力。
✦
发表您的预测
上线时将提供以下功能:对开放性问题进行投票,并实时观察这个家庭的星光变化。
✦
追求闪耀,而非金钱
预测准确,名字旁便会闪耀光芒。无需下注,无需奖金,除了荣誉,别无所求。《夜线》负责记录成绩。
想坐在前排吗?
账户将在上线时开通。
经销商拥有专属的办公区域——包含预测、公告和员工名录。
(function(){var cv=document.getElementById("dust");if(cv){var cx=cv.getContext("2d"),W,H;function size(){W=cv.width=innerWidth;H=cv.height=innerHeight}size();addEventListener("resize",size);var P=[];var C=[[255,217,138],[159,176,255],[240,243,255]];function spawn(x,y,sp,s){var c=C[Math.random()*3|0];P.push({x:x,y:y,vx:(Math.random()-.5)*(sp||1.2),vy:(Math.random()-.5)*1.2,life:1,decay:.012+Math.random()*.02,s:s||(1+Math.random()*2.2),c:c,tw:Math.random()*6.28})}addEventListener("mousemove",function(e){for(var i=0;i<3;i++)spawn(e.clientX+(Math.random()-.5)*10,e.clientY+(Math.random()-.5)*10,.9)});setInterval(function(){spawn(Math.random()*W,Math.random()*H*.6,.3,1)},300);function loop(){cx.clearRect(0,0,W,H);cx.globalCompositeOperation="lighter";for(var i=P.length-1;i>=0;i--){var p=P[i];p.x+=p.vx;p.y+=p.vy;p.life-=p.decay;p.tw+=.25;if(p.life<=0){P.splice(i,1);continue}var a=p.life*(.55+.45*Math.sin(p.tw));var g=cx.createRadialGradient(p.x,p.y,0,p.x,p.y,p.s*3.2);g.addColorStop(0,"rgba("+p.c[0]+","+p.c[1]+","+p.c[2]+","+a+")");g.addColorStop(1,"rgba("+p.c[0]+","+p.c[1]+","+p.c[2]+",0)");cx.fillStyle=g;cx.beginPath();cx.arc(p.x,p.y,p.s*3.2,0,6.28);cx.fill()}requestAnimationFrame(loop)}loop()}var io=new IntersectionObserver(function(es){es.forEach(function(e){if(e.isIntersecting)e.target.classList.add("awake")})},{threshold:.15});document.querySelectorAll(".awaken").forEach(function(el){io.observe(el)});setTimeout(function(){document.querySelectorAll(".bar i").forEach(function(b){var w=b.getAttribute("data-w");if(w)b.style.width=w})},700);})();
(function(){var root=document.getElementById('lloydLang');if(!root)return;var btn=root.querySelector('.ll-btn');btn.addEventListener('click',function(e){e.stopPropagation();root.classList.toggle('ll-open');});document.addEventListener('click',function(){root.classList.remove('ll-open');});function sw(code){var done=false;if(window.Weglot){if(Weglot.switchTo){Weglot.switchTo(code);done=true;}}if(!done){var a=document.getElementById('weglot-language-'+code);if(a){a.click();}}}var opts=root.querySelectorAll('.ll-opt');opts.forEach(function(o){o.addEventListener('click',function(e){e.preventDefault();var code=o.getAttribute('data-wg');sw(code);var el=root.querySelector('.ll-cur');if(el){el.textContent=code.toUpperCase();}root.classList.remove('ll-open');});});function setCur(){var cur='';if(window.Weglot){if(Weglot.getCurrentLang){cur=Weglot.getCurrentLang();}}if(cur){var el=root.querySelector('.ll-cur');if(el){el.textContent=(''+cur).toUpperCase();}}}setTimeout(setCur,900);})();
(function(){var btn=document.querySelector('.lb-btn');if(btn){btn.addEventListener('click',function(e){e.preventDefault();document.documentElement.classList.toggle('lbopen');});}var menu=document.querySelector('.lb-menu');if(menu){menu.addEventListener('click',function(){document.documentElement.classList.remove('lbopen');});}})();