Skip to content

Commit

Permalink
emergency fix for using
Browse files Browse the repository at this point in the history
nondanee committed Apr 24, 2018
1 parent da353a2 commit d01b730
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -48,13 +48,6 @@ $ npm run package-linux
```
*初心是为Windows写的,用的也是Groove Music的样子,不过反正Electron跨平台,我说专属也没用*

## Release

> 关于排版和显示效果,因为主要面向Windows,所以使用自带字体微软雅黑(不丑的啊),布局也是按雅黑尺寸来偏移。而在linux上和macOS上都不自带微软雅黑,想要较好的显示效果请自行下载安装字体(雅黑真的不丑啊),非常抵触就当我没说。在这里提供[下载地址](https://drive.google.com/open?id=0B8K7gdEWY7snRE9LQU5wU0ltYTA)(Google Drive),提取自自己的Windows 10系统文件夹
### [v0.3.0](https://github.com/nondanee/Glee/releases/tag/v0.3.0)
有bug一定及时修复,不过最近可能不会再加什么东西了,对不起了,有什么想法建议欢迎提issue和pr

## References
- ~~[jariz/vibrant.js](https://github.com/jariz/vibrant.js)~~
感觉很有名,描述是"a javascript port of the awesome Palette class in the Android support library"。不过对比安卓上Phonograph的变色效果,总觉得不太理想,就把issue翻了个遍。按照描述自然感觉是从java的palette类翻译过来的,结果发现作者说是基于color-thief实现的,标题党立功了?另外作者有提到material-palette,用了下感觉确实比这个好
2 changes: 1 addition & 1 deletion js/data.js
Original file line number Diff line number Diff line change
@@ -779,7 +779,7 @@ function webApiRequest(path,data,callBack) {
'Accept-Language': 'q=0.8,zh-CN;q=0.6,zh;q=0.2',
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36',
'Referer': 'http://music.163.com/',
'Cookie': 'os=uwp;'
// 'Cookie': 'os=uwp;'
},
form:{
params: cryptoreq.params,

0 comments on commit d01b730

Please sign in to comment.