由於 Chrome 已推出桌面版 PWA 應用程式,同時也能夠使用媒體鍵來控制音樂播放,已滿足 PokaPlayer-electron 當初開發的初衷,因此停止維護,並建議使用 Chrome PWA。
PokaPlayer 的桌面版,支援媒體鍵控制等功能
您必須先架設好 PokaPlayer 才能使用本軟體
請在 這裡 下載最新版
*macOS 請下載 Darwin
版
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/gnehs/PokaPlayer-electron
# Go into the repository
cd PokaPlayer-electron
# Install dependencies
npm install
# Run the app
npm start