LIUkhan / youdao-note-electron

有道云笔记Linux客户端

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

youdao-note-electron(有道云笔记Linux版)

Mac OS X 和 Linux 下更好用的有道云笔记客户端。使用Electron构建。logo

下载已经打包好的应用

有道云笔记-Electron Linux 64位版本

有道云笔记-Electron MacOSX 版本

如何使用:

# Clone this repository
git clone https://github.com/jamasBian/youdao-note-electron.git
# Go into the repository
cd youdao-note-electron
# Install dependencies and run the app
npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm install 
cp ./assets/icon.png ./node_modules/_electron@4.1.1@electron/dist/resources/
npm start

根据你的平台打包应用

npm run build:osx
npm run build:linux
npm run build:win

解决图标的问题。

cp ./assets/icon.png ./node_modules/_electron@4.1.1@electron/dist/resources/

About

有道云笔记Linux客户端

License:MIT License


Languages

Language:JavaScript 53.5%Language:Shell 35.2%Language:Batchfile 5.1%Language:HTML 3.9%Language:CSS 2.4%