From 61c170605875fd8c9171255dc0466010ced2ece7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Sun, 27 Jan 2019 01:04:54 +0800 Subject: [PATCH] 0.9.5 --- src/js/modules/profile.js | 3 ++- src/views/profile.htm | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/js/modules/profile.js b/src/js/modules/profile.js index 7822e0c..b431aa0 100644 --- a/src/js/modules/profile.js +++ b/src/js/modules/profile.js @@ -25,7 +25,8 @@ export default Anot({ autoLrc: appInit.autoLrc, theme: appInit.theme || 1, musicPath: appInit.musicPath || '' - } + }, + version: app.getVersion() }, watch: { 'setting.theme'(v) { diff --git a/src/views/profile.htm b/src/views/profile.htm index 3865f72..b8a09f7 100644 --- a/src/views/profile.htm +++ b/src/views/profile.htm @@ -42,7 +42,7 @@
关于Sonist
-

当前版本: 0.9.0-alpha1

+

当前版本: {{version}}

Sonist是一个本地音乐播放器, 同时支持酷狗的API来获取最新的歌曲信息,如排行榜, 最近单曲等(不提供下载服务, 仅为资讯展示, 如需要下载请到酷狗官网购买下载)。

本播放器所使用的歌词/封面信息均来源于网络搜索, 不保证内容的准确性和时效性。

免责声明