-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This pr includes following features: (#11)
PR: Refactor the code to have a proper organization This PR includes: * Refactor the the whole project, especially `zeal.js` * README: Add Chinese version * Popup: Add `showMessagePopup()` to popup object * Electron: Add build scripts * Electron: Fix a mistake about electron on `README.md` * Electron: Remove excess license.txt, fix a bug of electron-builder and update the dependencies
- Loading branch information
Showing
57 changed files
with
1,508 additions
and
757 deletions.
There are no files selected for viewing
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,4 +1,11 @@ | ||
node_modules/ | ||
# The largest thing in the world: | ||
node_modules | ||
|
||
# Package manager files: | ||
yarn-error.log | ||
*.lock | ||
out/ | ||
|
||
# User publish: | ||
out | ||
build | ||
zealemu-* |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
nodeLinker: "node-modules" |
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
Oops, something went wrong.