electron前端的um-react,在本地运行(https://github.com/dfvips/um-react-electron 自动化部署)
Go to file
Weiqi Gao b84396e132
更新 README.MD
支持下载全部
2023-12-31 01:17:25 +08:00
.github/workflows Release on the correct SHA 2023-12-29 09:50:26 +08:00
build update 2023-08-30 06:25:50 +08:00
resources update 2023-08-30 06:25:50 +08:00
src 添加保存全部按钮 2023-12-30 14:40:06 +08:00
um-react@0f0c21144a Update um-react to v0.2.7 2023-12-29 00:52:45 +00:00
.editorconfig update 2023-08-30 06:25:50 +08:00
.eslintignore update 2023-08-30 06:25:50 +08:00
.eslintrc.js update 2023-08-30 06:25:50 +08:00
.gitignore Build with GitHub Actions 2023-12-28 09:57:50 +08:00
.gitmodules Build with GitHub Actions 2023-12-28 09:57:50 +08:00
.prettierignore update 2023-08-30 06:25:50 +08:00
.prettierrc.yaml update 2023-08-30 06:25:50 +08:00
LICENSE Initial commit 2023-08-29 17:10:39 -05:00
README.MD 更新 README.MD 2023-12-31 01:17:25 +08:00
electron-builder.json5 Build with GitHub Actions 2023-12-28 09:57:50 +08:00
package-lock.json 添加保存全部按钮 2023-12-30 14:40:06 +08:00
package.json 添加保存全部按钮 2023-12-30 14:40:06 +08:00

README.MD

https://github.com/dfvips/um-react-electron 的镜像

Unlock Music 音乐解锁 Electron 应用程序 GitHub Workflow Status (with event) GitHub all releases GitHub release

  • 在Electron应用程序中解锁加密的音乐文件。 Unlock encrypted music file in the Electron App.
  • 无需依赖浏览器,开箱即可使用。
  • 支持一键下载全部

下载地址

https://github.com/CarlGao4/um-react-electron/releases

自行构建Electron应用程序

  • 环境要求

    • Linux、MacOs
    • python3、nodejs、npm
  • 开发环境

    git submodule update --init
    cd um-react
    pnpm install --frozen-lockfile
    cd ../ && npm install
    npm run start / npm run dev
    
  • 打包

    npm run build
    npm run build:win
    npm run build:mac
    npm run build:linux
    
  • 前端静态页面构建后的产物可以在 src/renderer 目录找到。

  • Electron构建后的产物可以在 release 目录找到。