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来获取最新的歌曲信息,如排行榜, 最近单曲等(不提供下载服务, 仅为资讯展示, 如需要下载请到酷狗官网购买下载)。

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

免责声明