Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hqweay committed Jun 7, 2019
1 parent bd87189 commit f6d9bfd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# mark-all

> this is a project built by electron-vue that help you to mark your life
>
> 此项目用于记录(标记)书影音...一切!(你可以自己添加想要标记的模板)
#### Build Setup
## 展示

![show.gif](https://github.com/hqweay/MarkAll/blob/master/examples/show.gif?raw=true)

## Build Setup

``` bash
# install dependencies
Expand All @@ -13,10 +19,12 @@ npm run dev

# build electron application for production
npm run build


```

---
# 使用开源库

This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue)@[8fae476](https://github.com/SimulatedGREG/electron-vue/tree/8fae4763e9d225d3691b627e83b9e09b56f6c935) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about the original structure can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).
* [electron-vue](<https://github.com/SimulatedGREG/electron-vue>)
* [elementUI](<https://element.eleme.io/#/>)
* [lowdb](<https://github.com/typicode/lowdb>)
* [lodash-id](<https://github.com/typicode/lodash-id>)
* [vue-json-ui-editor](<https://github.com/yourtion/vue-json-ui-editor>)
6 changes: 3 additions & 3 deletions src/main/utils/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {

// export default
let menuTemplate = [{
label: '嘻嘻',
label: '嘻嘻~',
submenu: [{
label: '撤销',
accelerator: 'CmdOrCtrl+Z',
Expand Down Expand Up @@ -122,9 +122,9 @@ let menuTemplate = [{
label: '帮助',
role: 'help',
submenu: [{
label: '学习更多',
label: '关于',
click: function () {
electron.shell.openExternal('http://electron.atom.io')
electron.shell.openExternal('https://github.com/hqweay/MarkAll')
}
}]
}]
Expand Down
4 changes: 2 additions & 2 deletions src/main/utils/menubackup.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ let template = [{
label: '帮助',
role: 'help',
submenu: [{
label: '学习更多',
label: '关于',
click: function () {
electron.shell.openExternal('http://electron.atom.io')
electron.shell.openExternal('https://github.com/hqweay/MarkAll')
}
}]
}]
Expand Down

0 comments on commit f6d9bfd

Please sign in to comment.