-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from TankNee/rebuild/develop
202001128
- Loading branch information
Showing
6 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "neeto.vue.electron", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "An Awesome WizNote Desktop Application", | ||
"productName": "Neeto-Vue", | ||
"author": "tanknee <[email protected]>", | ||
|
@@ -34,6 +34,7 @@ | |
"lodash": "^4.17.20", | ||
"node-schedule": "^1.3.2", | ||
"quasar": "^1.0.0", | ||
"sanitize-filename": "^1.6.3", | ||
"turndown": "^6.0.0", | ||
"vditor": "^3.6.6", | ||
"vue-i18n": "^8.0.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export default { | ||
modifiedAt: '修改于 {date}', | ||
discardNote: '丢弃当前笔记的修改', | ||
discardNoteHint: '你是否要丢弃对当前笔记对修改并切换笔记?' | ||
discardNoteHint: '是否丢弃对当前笔记的修改并切换笔记?' | ||
} |