diff --git a/README.md b/README.md
index 2abd2302..ecb45137 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@
- 打造一款跨端播放器,减低用户学习成本。
- 希望完成全音乐播放,避免版权问题不能播放。
-- 通过完成此项目,接触 vue3 新功能以及周边生态。
+- 接触 vue3 新功能以及周边生态,提升编码水平、有效合理的组织代码结构与逻辑。
- [TypeScript 4.x](https://github.com/Microsoft/TypeScript) 已经发布,它的好处已经足够明显,故借此项目深入学习。
- 使用前沿技术让一个项目从 0 到 1 的过程不仅可以提升我们的 coding 水平,还可以提升非 coding (设计、 git 、 nginx 等)的能力。
@@ -64,6 +64,8 @@ yarn
| 歌手搜索、专辑列表 | | | |
| 排行榜(歌单、歌手) | | | |
| 朋友动态查看、点赞等 | | | |
+| 下载管理 | | | |
+| 音乐云盘 | | | |
| 视频播放、收藏 | | | |
| 歌单列表、全部播放、收藏、添加待播放队列 | | | |
| 推荐歌单、推荐歌曲、热搜榜 | | | |
diff --git a/script/theme.js b/script/theme.js
index bd4166a4..bba5d684 100644
--- a/script/theme.js
+++ b/script/theme.js
@@ -40,6 +40,7 @@ fs.watchFile(path.resolve(themePath, 'color.less'), (curr, prev) => {
}`
let { css } = await less.render(lessSource)
css = css.split('\n')
+
content = ''
for (let i = 0; i < css.length; i++) {
const v = css[i]
diff --git a/src/iconfont/index.ts b/src/iconfont/index.ts
index b67ef2dc..315d49a7 100644
--- a/src/iconfont/index.ts
+++ b/src/iconfont/index.ts
@@ -2,4 +2,4 @@ import $script from 'scriptjs'
import { noop } from '@/utils/index'
// repair electron packaging '//' protocol problem
-$script('https://at.alicdn.com/t/font_2132275_2fbtdtwvogo.js', noop)
+$script('https://at.alicdn.com/t/font_2132275_l43m9hqmon.js', noop)
diff --git a/src/pages/footer/component/volume-history/index.tsx b/src/pages/footer/component/volume-history/index.tsx
index 780710ad..bda7c6be 100644
--- a/src/pages/footer/component/volume-history/index.tsx
+++ b/src/pages/footer/component/volume-history/index.tsx
@@ -22,14 +22,6 @@ export const VolumeAndHistory = defineComponent({
const volume = useGetter('volume')
const current = ref(volume * 100)
- const slots = {
- prefix: () => (
-