mirror of
https://github.com/jaywcjlove/awesome-mac.git
synced 2026-01-12 15:05:28 +08:00
fix: fix script error issue. #1708
This commit is contained in:
@@ -638,7 +638,7 @@ Awesome Mac
|
||||
|
||||
* [ieaseMusic](https://github.com/trazyn/ieaseMusic) - 网易云音乐第三方播放器 [![Open-Source Software][OSS Icon]](https://github.com/Binaryify/NeteaseCloudMusicApi) ![Freeware][Freeware Icon]
|
||||
* [Musicer](https://apps.apple.com/app/musicer/6745227444) - 轻巧的本地音乐播放器,支持多种格式,畅享随时随地的音乐。
|
||||
* [Fmusic](https://github.com/wandercn/fmusic) - 基于 SwiftUI 开发的 macOS 本地音乐播放器,支持多格式音频播放,集控制、元信息编辑、歌词显示等功能于一体,还可通过文件夹导入、收藏、搜索等操作管理音乐。
|
||||
* [Fmusic](https://github.com/wandercn/fmusic) - macOS 音乐播放器,支持多格式播放与歌词显示。
|
||||
* [music-you](https://github.com/GuMengYu/music-you) - 一个美观简约的 Material Design 3风格的网易云音乐播放器 [![Open-Source Software][OSS Icon]](https://github.com/GuMengYu/music-you) ![Freeware][Freeware Icon]
|
||||
* [QQ 音乐](https://y.qq.com/download/index.html) ![Freeware][Freeware Icon]
|
||||
* [Spotify](https://www.spotify.com) - 全球流行的音乐流媒体服务,提供海量音乐和个性化推荐。
|
||||
@@ -648,7 +648,6 @@ Awesome Mac
|
||||
* [酷我音乐](http://kuwo.cn/down/index) ![Freeware][Freeware Icon]
|
||||
* [网易云音乐](http://music.163.com/) ![Freeware][Freeware Icon]
|
||||
|
||||
|
||||
### 音频录制与编辑
|
||||
|
||||
* [CapSoftware](https://github.com/CapSoftware/Cap) - 开源的 Loom 替代品。美观、可分享的屏幕录制工具。 [![Open-Source Software][OSS Icon]](https://github.com/CapSoftware/Cap) ![Freeware][Freeware Icon]
|
||||
@@ -665,7 +664,6 @@ Awesome Mac
|
||||
* [Bear Writer](http://www.bear-writer.com/) - 漂亮,灵活的写作应用程序,用于制作笔记和散文。 [![App Store][app-store Icon]](https://itunes.apple.com/cn/app/bear-beautiful-writing-app/id1091189122)
|
||||
* [Boostnote](https://boostnote.io/) - 为程序员量身定做的笔记应用。 [![Open-Source Software][OSS Icon]](https://github.com/BoostIO/Boostnote)
|
||||
|
||||
|
||||
### Office
|
||||
|
||||
* [KOffice](https://www.kde.org/applications/office/) - 集成化办公套件,包含文字处理器、电子 表格、幻灯片制作、项目管理等多种工具。![Freeware][Freeware Icon]
|
||||
|
||||
@@ -52,8 +52,9 @@ const getIconDetail = (data, url = '') => {
|
||||
type = 'awesome-list'
|
||||
}
|
||||
return { type, url }
|
||||
}
|
||||
return false
|
||||
}
|
||||
return false
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -90,7 +91,7 @@ const getMarkIcons = (arr = [], parent = {}) => {
|
||||
}
|
||||
|
||||
const getMdToAST = (data = [], parent = {}) => {
|
||||
data = data.map((child) => {
|
||||
data = data.filter((m) => m.type !== 'html').map((child) => {
|
||||
if (child.position) {
|
||||
delete child.position
|
||||
if (child.type === 'listItem') {
|
||||
|
||||
Reference in New Issue
Block a user