From def59ce4b0a7d5c60017516a67e3460ee4404f7d Mon Sep 17 00:00:00 2001 From: libccy Date: Sat, 25 Mar 2017 22:42:48 +0800 Subject: [PATCH] l --- game/game.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/game/game.js b/game/game.js index f495c518b..856da8ae3 100644 --- a/game/game.js +++ b/game/game.js @@ -30434,6 +30434,11 @@ ui.create.div('.caption',list[i][0],node); ui.create.div('.text.author','作者:'+list[i][1],node); ui.create.div('.text',list[i][2],node); + if(list[i][4]){ + ui.create.div('.text','下载配音素材',node,function(){ + ui.create.iframe(this.link); + }).link=list[i][4]; + } var download=ui.create.div('.menubutton.text.active','下载扩展',node.firstChild); if(game.download){ download.listen(downloadExtension);