-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
39 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*.sw* | ||
*.un~ |
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,33 @@ | ||
# electron-modules | ||
|
||
--- | ||
|
||
[中文版](README.md) | ||
|
||
https://github.com/xudafeng/electron-webview-schedule | ||
|
||
Webview scheduling management module supporting asynchronous queue for Electron. | ||
|
||
https://github.com/xudafeng/electron-windows | ||
|
||
Manage multiple windows of Electron gracefully and provides powerful features. | ||
|
||
https://github.com/xudafeng/electrom | ||
|
||
Electrom is a resource management solution for Electron applications, which is convenient for performance management and friendly debugging of multiple windows. | ||
|
||
https://github.com/xudafeng/electron-pdf-window | ||
|
||
view PDF files in electron browser windows | ||
|
||
https://github.com/xudafeng/electron-json-storage | ||
|
||
Easily write and read user settings in Electron apps | ||
|
||
https://github.com/xudafeng/electron-cookies | ||
|
||
Adds support for cookies in Electron. Cookies are persisted through localStorage. | ||
|
||
https://github.com/xudafeng/network-interface | ||
|
||
Operating system network-related library for Node.js is used to obtain hardware status and network environment changes, etc. |
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 +1,5 @@ | ||
# electron-modules | ||
|
||
--- | ||
|
||
[English Edition](README.en.md) |