diff --git a/libs/core.js b/libs/core.js index 05b9bd56..5b47e7b9 100644 --- a/libs/core.js +++ b/libs/core.js @@ -3617,7 +3617,7 @@ core.prototype.replay = function () { setTimeout(function () { core.ui.closePanel(); var stair=toIndex0) { - text+="\n当前MAX为"+t.max+",最早由 "+(t.username||"匿名")+" 于"+core.formatDate(new Date(1000*t.timestamp))+"打出。"; - } + t.info.forEach(function(ending) { + if (ending.ending!='') { + text+="\n"+ending.ending+": 已有"+ending.score+"人次通关。"; + } + if (core.isset(ending.max) && ending.max>0) { + text+="\n当前MAX为"+ending.max+",最早由 "+(ending.username||"匿名")+" 于"+core.formatDate(new Date(1000*ending.timestamp))+"打出。"; + } + }) }) core.drawText(text); } @@ -1687,7 +1693,7 @@ events.prototype.keyUpSettings = function (keycode) { events.prototype.clickSyncSave = function (x,y) { if (x<5 || x>7) return; var choices = [ - "同步存档到服务器", "从服务器加载存档", "存档至本地文件", "从本地文件读档", "清空所有存档", "返回主菜单" + "同步存档到服务器", "从服务器加载存档", "存档至本地文件", "从本地文件读档", "下载当前录像", "清空所有存档", "返回主菜单" ]; var topIndex = 6 - parseInt((choices.length - 1) / 2); if (y>=topIndex && y