ACCESS TERMINAL

没有账号就切到「注册」。上帝入口不公开,仅管理员私发。

DAY '+l.game_day+'
').join('')||'
no logs
NO LOGS暂无离线日志。
'}; $('startApoc').onclick=async()=>{if(confirm('确认让青禾镇进入末世?')){const r=await api('/api/god/start-apocalypse',{method:'POST'});$('broadcastResult').innerHTML='末世开启,群体反应 '+(r.reacted||0)+' 条';await refreshAll()}}; $('sendBroadcast').onclick=async()=>{ const r=await api('/api/god/broadcast',{method:'POST',body:JSON.stringify({content:$('godBroadcast').value})}); $('godBroadcast').value=''; const lines=(r.reactions||[]).map(x=>esc(x.name)+':'+esc(x.reaction)).join('
'); $('broadcastResult').innerHTML='广播完成,反应 '+(r.reacted||0)+' 条'+(lines?('
'+lines+'
'):''); await refreshAll(); await loadOpsPanel().catch(()=>{}); }; $('forceDiary').onclick=async()=>{try{const r=await api('/api/god/force-diary',{method:'POST'});alert('已为第'+r.day+'天写一轮日记(最多3人)');await refreshAll()}catch(e){alert(e.message)}}; $('sendWhisper').onclick=async()=>{await api('/api/god/whisper',{method:'POST',body:JSON.stringify({character_id:$('godChar').value,content:$('godWhisper').value})});$('godWhisper').value='';await refreshAll()}; $('rewritePersonality').onclick=async()=>{await api('/api/god/rewrite-personality',{method:'POST',body:JSON.stringify({character_id:$('godChar').value,personality:$('godPersonality').value})});$('godPersonality').value='';await refreshAll()}; if(token) routeAfterLogin().catch(()=>{localStorage.removeItem('aw_token');show('login')});