2.0 |02月09日 |已完结 共28集
简介:
  杨初末(金雯昕 饰)是一位天真烂漫个性开朗的少女,幸运的考入了当地最有名的艺术大学星辰音乐学院。在学校里,杨初末偶然邂逅了名为慕流年(方逸伦 饰)的男生,慕流年凭借着高超的琴技,成为了学校里的风云人物。   让杨初末没有想到的是,高高在上的慕流年,竟然就是自己小时候喜欢过的邻家哥哥,杨初末想要用一首钢琴曲来唤起慕流年对自己的回忆,哪知道糟糕的演奏让慕流年对她敬而远之。学校里举办了一届音乐比赛,获胜的选手能够获得高额的奖金,杨初末想要和慕流年搭档参加比赛,遭到了后者无情的拒绝。
猜你喜欢
换一换
首页
电影
连续剧
综艺
动漫
短剧大全
script>var dfdPrompt=null;var installPromptDiv=document.getElementById('install-prompt');function shouldShowInstallPrompt(){const oneDay=168*60*60*1000;const lastClosed=localStorage.getItem('installPromptClosed');if(lastClosed){const now=Date.now();return now-lastClosed>oneDay}return true}function showInstallPrompt(){if(dfdPrompt&&shouldShowInstallPrompt()){installPromptDiv.style.display='block'}}function closePrompt(){installPromptDiv.style.display='none';localStorage.setItem('installPromptClosed',Date.now())}window.addEventListener('beforeinstallprompt',function(e){dfdPrompt=e;e.preventDefault();showInstallPrompt()});function addToDesktop(){if(dfdPrompt){dfdPrompt.prompt();dfdPrompt.userChoice.then(function(choiceResult){console.log(choiceResult.outcome);closePrompt();dfdPrompt=null})}else{console.log('添加到主屏幕的功能不可用。')}}window.onload=showInstallPrompt;