mirror of
https://github.com/timeshiftsauce/CeruMusic.git
synced 2025-11-24 19:12:53 +08:00
1. 支持暗黑主题 2. 调整插件页面ui
This commit is contained in:
13
README.md
13
README.md
@@ -6,7 +6,11 @@
|
||||
|
||||
Ceru Music 是基于 Electron 和 Vue 开发的跨平台桌面音乐播放器工具,**仅提供插件运行框架与播放功能**,不直接存储、提供任何音乐源文件。用户需通过自行选择、安装合规插件获取音乐相关数据,项目旨在为开发者提供桌面应用技术实践与学习案例,为用户提供合规的音乐播放工具框架。
|
||||
|
||||
<img src="assets/image-20250827175023917.png" alt="image-20250827175023917" style="zoom: 33%;" /><img src="assets/image-20250827175109430.png" alt="image-20250827175109430" style="zoom:33%;" />
|
||||
<img src="assets/image-20251003173109619.png" alt="image-20251003173109619" style="zoom:33%;" />
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
## Star History
|
||||
|
||||
@@ -24,6 +28,9 @@ Ceru Music 是基于 Electron 和 Vue 开发的跨平台桌面音乐播放器工
|
||||
|
||||
## 项目结构
|
||||
|
||||
<details>
|
||||
<summary>点击查看目录结构</summary>
|
||||
|
||||
```ast
|
||||
CeruMuisc/
|
||||
├── .github/
|
||||
@@ -208,6 +215,10 @@ CeruMuisc/
|
||||
├── tsconfig.web.json
|
||||
└── yarn.lock
|
||||
```
|
||||
</details>
|
||||
|
||||
|
||||
|
||||
|
||||
## 主要功能
|
||||
|
||||
|
||||
BIN
assets/image-20251003173109619.png
Normal file
BIN
assets/image-20251003173109619.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 958 KiB |
BIN
assets/image-20251003173141699.png
Normal file
BIN
assets/image-20251003173141699.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1020 KiB |
BIN
assets/image-20251003173654569.png
Normal file
BIN
assets/image-20251003173654569.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 870 KiB |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ceru-music",
|
||||
"version": "1.3.12",
|
||||
"version": "1.3.11",
|
||||
"description": "一款简洁优雅的音乐播放器",
|
||||
"main": "./out/main/index.js",
|
||||
"author": "sqj,wldss,star",
|
||||
|
||||
Reference in New Issue
Block a user