Skip to content

Commit

Permalink
release: v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kingideayou committed Jun 20, 2019
1 parent 1d69b31 commit 78206a2
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Yi Ge
Copyright (c) 2019 NeXT

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [掘金沸点客户端](https://juejin.im/pins/recommended)
# [掘金沸点](https://juejin.im/pins/recommended)客户端

掘金沸点 Mac/Windows 客户端。(非官方) `每次五分钟,摸鱼好轻松`
掘金沸点 Mac/Windows 客户端。(非官方) `每次五分钟,摸鱼好轻松` [点我下载](https://github.com/kingideayou/FeidianElectron/releases)

## 功能

Expand All @@ -13,7 +13,7 @@

第一次运行可能需要在「系统偏好设置」→「安全性与隐私」中点击允许。

<img width="800" alt="screenshot" src="http://ww1.sinaimg.cn/large/6db4aff6ly1g47rfx3h4ej20ea0lw7a1.jpg">
<img width="520" alt="screenshot" src="http://ww1.sinaimg.cn/large/6db4aff6ly1g47rfx3h4ej20ea0lw7a1.jpg">


## 键盘快捷键
Expand Down
Binary file modified build/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "Heartbeat",
"version": "2.1.0",
"description": "(非官方)知乎想法桌面客户端",
"name": "JuejinFeidian",
"version": "1.0.0",
"description": "掘金沸点桌面客户端(非官方)",
"main": "src/main.js",
"scripts": {
"start": "electron .",
"dist": "electron-builder"
},
"repository": "https://github.com/apm1467/zhihu-heartbeat",
"author": "Yi Ge",
"author": "NeXT",
"license": "MIT",
"devDependencies": {
"electron": "^4.0.0",
Expand All @@ -22,7 +22,7 @@
"request-promise-native": "^1.0.7"
},
"build": {
"appId": "ch.yige.zhihu-heartbeat",
"appId": "me.next.juejin-feidain",
"mac": {
"category": "public.app-category.social-networking",
"target": "zip"
Expand Down
1 change: 0 additions & 1 deletion src/feed.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ module.exports = class Feed {

this.endCursor = pageInfo['endCursor']

$('.feed').append(JSON.stringify(pageInfo['endCursor']));
this._append_to_feed(nodeList);
}

Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ app.once('ready', function() {

if (process.platform === 'darwin') {
template.unshift({
label: 'Heartbeat',
label: 'JuejinFeidian',
submenu: [
{ role: 'about' },
{ type: 'separator' },
Expand Down

0 comments on commit 78206a2

Please sign in to comment.