Skip to content

Commit

Permalink
update contrib md
Browse files Browse the repository at this point in the history
  • Loading branch information
estepona committed Nov 11, 2019
1 parent aa3ce55 commit 82cccbd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To develop douban.fm-electron on your machine, here are some tips:
2. Install douban.fm-electron dependencies

```bash
npm install --dev
npm install
```

## Unit testing
Expand All @@ -43,3 +43,6 @@ Use eslint and prettier.

Use `electron-builder`:
- for Mac, issue `npx electron-builder -m`
- for Windows, issue `npx electron-builder -w --x64`

Then find the installer under `./dist`
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@ A tiny, elegant douban.fm desktop client developed with electron.

![此处配图 from doc]()

If anything doesn't work, try refreshing!

## Features
- login/logout, cookie saving
- channels:
- douban selected / 豆瓣精选
- douban recommended / 豆瓣推荐
- liked songs / 红心歌曲
- personal channel / 私人频道
- set window on top
- set window on top / 置顶

## Shortcuts
- pause or play: `space`
Expand Down
4 changes: 2 additions & 2 deletions src/api/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@ class ApiClient {
}

public async downloadSong() {
return;
throw Error('not implemented');
}

public async downloadPlaylist() {
return;
throw Error('not implemented');
}
}

Expand Down

0 comments on commit 82cccbd

Please sign in to comment.