Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Apr 1, 2022
1 parent 7749fac commit 8c39a81
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions electron/electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ ipcMain.on('windowDestroy', (event) => {
/**
* 关闭所有子窗口
*/
ipcMain.on('subWindowCloseAll', () => {
ipcMain.on('subWindowCloseAll', (event) => {
subWindow.some(item => {
item.close()
})
Expand All @@ -265,7 +265,7 @@ ipcMain.on('subWindowCloseAll', () => {
/**
* 销毁所有子窗口
*/
ipcMain.on('subWindowDestroyAll', () => {
ipcMain.on('subWindowDestroyAll', (event) => {
subWindow.some(item => {
item.destroy()
})
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DooTask",
"version": "0.12.66",
"version": "0.12.75",
"description": "DooTask is task management system.",
"scripts": {
"start": "./cmd dev",
Expand Down
2 changes: 1 addition & 1 deletion public/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/build/408.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/build/408.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
/** @license
*
* jsPDF - PDF Document creation from JavaScript
* Version 2.5.0 Built on 2021-12-21T09:44:51.866Z
* Version 2.5.1 Built on 2022-01-28T15:37:57.791Z
* CommitID 00000000
*
* Copyright (c) 2010-2021 James Hall <james@parall.ax>, https://github.com/MrRio/jsPDF
Expand Down
2 changes: 1 addition & 1 deletion public/js/build/494.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/build/201.js → public/js/build/564.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions public/js/build/578.js

This file was deleted.

2 changes: 1 addition & 1 deletion public/js/build/600.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/build/600.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* clipboard.js v2.0.8
* clipboard.js v2.0.10
* https://clipboardjs.com/
*
* Licensed MIT © Zeno Rocha
Expand Down
2 changes: 2 additions & 0 deletions public/js/build/637.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* clipboard.js v2.0.8
* clipboard.js v2.0.10
* https://clipboardjs.com/
*
* Licensed MIT © Zeno Rocha
Expand Down
2 changes: 1 addition & 1 deletion public/js/build/643.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/build/643.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
/** @license
*
* jsPDF - PDF Document creation from JavaScript
* Version 2.5.0 Built on 2021-12-21T09:44:51.866Z
* Version 2.5.1 Built on 2022-01-28T15:37:57.791Z
* CommitID 00000000
*
* Copyright (c) 2010-2021 James Hall <james@parall.ax>, https://github.com/MrRio/jsPDF
Expand Down
1 change: 1 addition & 0 deletions public/js/build/651.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/js/build/653.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/build/653.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
/** @license
*
* jsPDF - PDF Document creation from JavaScript
* Version 2.5.0 Built on 2021-12-21T09:44:51.866Z
* Version 2.5.1 Built on 2022-01-28T15:37:57.791Z
* CommitID 00000000
*
* Copyright (c) 2010-2021 James Hall <james@parall.ax>, https://github.com/MrRio/jsPDF
Expand Down
2 changes: 1 addition & 1 deletion public/js/build/807.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/build/807.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
/** @license
*
* jsPDF - PDF Document creation from JavaScript
* Version 2.5.0 Built on 2021-12-21T09:44:51.866Z
* Version 2.5.1 Built on 2022-01-28T15:37:57.791Z
* CommitID 00000000
*
* Copyright (c) 2010-2021 James Hall <james@parall.ax>, https://github.com/MrRio/jsPDF
Expand Down
Loading

0 comments on commit 8c39a81

Please sign in to comment.