From 7930bd4c89985a8ad82b8c6cdf565582f0f8f74c Mon Sep 17 00:00:00 2001 From: Raiot <60507671+raiots@users.noreply.github.com> Date: Sun, 12 Sep 2021 00:34:13 +0800 Subject: [PATCH 1/3] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88cb8ed..1c3ed2b 100644 --- a/README.md +++ b/README.md @@ -29,5 +29,11 @@ from 2020-7-13 to 2021-3-31 * 部门全年任务时间表 * 高定制度的后台管理页面 + + + + + +  - \ No newline at end of file + From 4f827bdee4f74973dfca9509666fc6cb5c44dd49 Mon Sep 17 00:00:00 2001 From: Raiot <60507671+raiots@users.noreply.github.com> Date: Sun, 12 Sep 2021 00:35:03 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1c3ed2b..ab0de73 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,12 @@ from 2020-7-13 to 2021-3-31 这是一个由Django开发的任务分发系统 + + + + + + #### feature: * 员工可以看到自己负责的承办任务和协办任务 @@ -30,10 +36,6 @@ from 2020-7-13 to 2021-3-31 * 高定制度的后台管理页面 - - - -   From ead6413fcc4f112b3a414720bd2a4e02b96ece40 Mon Sep 17 00:00:00 2001 From: Raiot <60507671+raiots@users.noreply.github.com> Date: Sat, 2 Oct 2021 21:40:51 +0800 Subject: [PATCH 3/3] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..539957d --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 Raiot + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.