up 3.0
This commit is contained in:
parent
042231c094
commit
c306b60eab
16
README.md
16
README.md
@ -28,16 +28,30 @@
|
|||||||
- [x] 移动端适配
|
- [x] 移动端适配
|
||||||
* [ ] 还没想好呢
|
* [ ] 还没想好呢
|
||||||
|
|
||||||
|
### 音乐
|
||||||
|
|
||||||
|
>本项目采用了基于 `MetingJS` 的 `Aplayer` 音乐播放器,可实现快速自定义歌单
|
||||||
|
>*仅支持 **中国大陆地区**,其他区域请将 [以下内容](https://file.imsyy.top/js/music/music-other.js) 替换 `music.js` 以实现音乐播放器的正常使用
|
||||||
|
|
||||||
|
更改 `music.js` 的参数即可实现自定义歌单列表
|
||||||
|
|
||||||
|
```js
|
||||||
|
var server = "netease"; //netease: 网易云音乐; tencent: QQ音乐; kugou: 酷狗音乐; xiami: 虾米; kuwo: 酷我
|
||||||
|
var type = "playlist"; //song: 单曲; playlist: 歌单; album: 唱片
|
||||||
|
var id = "7452421335"; //封面 ID / 单曲 ID / 歌单 ID
|
||||||
|
```
|
||||||
|
|
||||||
### 插件
|
### 插件
|
||||||
|
|
||||||
* [Bootstrap](https://getbootstrap.com/)
|
* [Bootstrap](https://getbootstrap.com/)
|
||||||
* [iziToast](https://izitoast.marcelodolza.com/)
|
* [iziToast](https://izitoast.marcelodolza.com/)
|
||||||
* [Iconfont](https://www.iconfont.cn/)
|
* [Font Awesome](https://fontawesome.com/)
|
||||||
* [jQuery](https://jquery.com/)
|
* [jQuery](https://jquery.com/)
|
||||||
* [Aplayer](https://aplayer.js.org/)
|
* [Aplayer](https://aplayer.js.org/)
|
||||||
|
|
||||||
### API
|
### API
|
||||||
|
|
||||||
|
* [MetingAPI By 武恩赐](https://api.wuenci.com/meting/api/)
|
||||||
* [小歪 API](https://api.ixiaowai.cn/)
|
* [小歪 API](https://api.ixiaowai.cn/)
|
||||||
* [天气 API](https://www.tianqiapi.com/)
|
* [天气 API](https://www.tianqiapi.com/)
|
||||||
* [Hitokoto 一言](https://hitokoto.cn/)
|
* [Hitokoto 一言](https://hitokoto.cn/)
|
||||||
|
@ -28,16 +28,22 @@ Simple little homepage, had enough of the original one and made a new one
|
|||||||
- [x] Mobile adaptation
|
- [x] Mobile adaptation
|
||||||
* [ ] Haven't thought about it yet
|
* [ ] Haven't thought about it yet
|
||||||
|
|
||||||
|
### Music
|
||||||
|
|
||||||
|
>This project uses the `Aplayer` music player based on `MetingJS` for quick song list customization
|
||||||
|
>*Only supported in **Mainland China**, please replace `music.js` with [the following](https://file.imsyy.top/js/music/music-other.js) in other regions to enable the music player to work properly
|
||||||
|
|
||||||
### Plugins
|
### Plugins
|
||||||
|
|
||||||
* [Bootstrap](https://getbootstrap.com/)
|
* [Bootstrap](https://getbootstrap.com/)
|
||||||
* [iziToast](https://izitoast.marcelodolza.com/)
|
* [iziToast](https://izitoast.marcelodolza.com/)
|
||||||
* [Iconfont](https://www.iconfont.cn/)
|
* [Font Awesome](https://fontawesome.com/)
|
||||||
* [jQuery](https://jquery.com/)
|
* [jQuery](https://jquery.com/)
|
||||||
* [Aplayer](https://aplayer.js.org/)
|
* [Aplayer](https://aplayer.js.org/)
|
||||||
|
|
||||||
### API
|
### API
|
||||||
|
|
||||||
|
* [MetingAPI By wuenci](https://api.wuenci.com/meting/api/)
|
||||||
* [小歪 API](https://api.ixiaowai.cn/)
|
* [小歪 API](https://api.ixiaowai.cn/)
|
||||||
* [天气 API](https://www.tianqiapi.com/)
|
* [天气 API](https://www.tianqiapi.com/)
|
||||||
* [Hitokoto 一言](https://hitokoto.cn/)
|
* [Hitokoto 一言](https://hitokoto.cn/)
|
||||||
|
14
index.html
14
index.html
@ -368,7 +368,7 @@
|
|||||||
<div class="img-title">
|
<div class="img-title">
|
||||||
<span class="img-title">imsyy</span>
|
<span class="img-title">imsyy</span>
|
||||||
<span class="img-text">.top</span><br />
|
<span class="img-text">.top</span><br />
|
||||||
<span class="img-text"> v 2.2</span>
|
<span class="img-text"> v 3.0</span>
|
||||||
<a href="https://github.com/imsyy/home" target="_blank">
|
<a href="https://github.com/imsyy/home" target="_blank">
|
||||||
<i class="fa-brands fa-github"></i>
|
<i class="fa-brands fa-github"></i>
|
||||||
</a>
|
</a>
|
||||||
@ -427,23 +427,23 @@
|
|||||||
<div class="accordion-body">
|
<div class="accordion-body">
|
||||||
<div class="upnote">
|
<div class="upnote">
|
||||||
<span class="uptext">
|
<span class="uptext">
|
||||||
<i class="fa-solid fa-circle-plus"></i> 壁纸个性化设置
|
<i class="fa-solid fa-circle-plus"></i> 音乐歌单支持快速自定义
|
||||||
|
</span>
|
||||||
|
<span class="uptext">
|
||||||
|
<i class="fa-solid fa-circle-plus"></i> 壁纸支持个性化设置
|
||||||
</span>
|
</span>
|
||||||
<span class="uptext">
|
<span class="uptext">
|
||||||
<i class="fa-solid fa-circle-plus"></i> 音乐播放器支持音量控制
|
<i class="fa-solid fa-circle-plus"></i> 音乐播放器支持音量控制
|
||||||
</span>
|
</span>
|
||||||
<span class="uptext">
|
|
||||||
<i class="fa-solid fa-screwdriver-wrench"></i> 修复 CDN 加载缓慢
|
|
||||||
</span>
|
|
||||||
<span class="uptext">
|
<span class="uptext">
|
||||||
<i class="fa-solid fa-screwdriver-wrench"></i> 时光胶囊显示错误</span>
|
<i class="fa-solid fa-screwdriver-wrench"></i> 时光胶囊显示错误</span>
|
||||||
<span class="uptext">
|
<span class="uptext">
|
||||||
<i class="fa-solid fa-screwdriver-wrench"></i> 移动端动画及细节</span>
|
<i class="fa-solid fa-screwdriver-wrench"></i> 移动端动画及细节</span>
|
||||||
<span class="uptext">
|
<span class="uptext">
|
||||||
<i class="fa-solid fa-screwdriver-wrench"></i> 优化部分动画及细节</span>
|
<i class="fa-solid fa-screwdriver-wrench"></i> 图标更换为 Font Awesome</span>
|
||||||
<span class="uptext">
|
<span class="uptext">
|
||||||
<i class="fa-solid fa-rotate-left"></i>
|
<i class="fa-solid fa-rotate-left"></i>
|
||||||
<a href="./old/" style="color:#efefef">点击此处返回旧版站点</a>
|
<a href="./old/" style="color:#efefef">返回旧版站点</a>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
11
js/main.js
11
js/main.js
@ -355,15 +355,8 @@ var title2 = `
|
|||||||
|_____|_| |_|_____/ |_| |_|
|
|_____|_| |_|_____/ |_| |_|
|
||||||
`
|
`
|
||||||
var content = `
|
var content = `
|
||||||
版 本 号:2.2
|
版 本 号:3.0
|
||||||
更新日期:2022-04-12
|
更新日期:2022-05-20
|
||||||
|
|
||||||
更新说明:
|
|
||||||
1. 新增 壁纸个性化设置
|
|
||||||
2. 新增 音乐播放器支持音量控制
|
|
||||||
3. 优化 部分动画及细节
|
|
||||||
4. 优化 页面加载缓慢
|
|
||||||
5. 优化 音乐延迟加载
|
|
||||||
|
|
||||||
主页: https://www.imsyy.top
|
主页: https://www.imsyy.top
|
||||||
Github: https://github.com/imsyy/home
|
Github: https://github.com/imsyy/home
|
||||||
|
Loading…
Reference in New Issue
Block a user