From 1ad864e1967294ad51fba3e0b3c76e4588bf7b72 Mon Sep 17 00:00:00 2001 From: funway <> Date: Sun, 1 Nov 2020 23:14:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20LICENSE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 21 +++++++++++++++++++++ Readme.md | 6 +++--- 2 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..d07ce34 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 funway + +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. diff --git a/Readme.md b/Readme.md index bf116b9..763543f 100644 --- a/Readme.md +++ b/Readme.md @@ -58,13 +58,13 @@ Xcode 11.7 2. datepicker、ColorPicker - 完善这两个控件。可以参考下 Swift-Mac 这个项目 + 需要完善这两个控件 3. NSTableView 每次切换时候都会有点卡 - 已经优化成:1、保存每行的视图,2、手工删除与插入行。 + 已经优化成:1、保存每行的视图,而不是每次重建视图对象。 2、手工删除与插入行。 但如果行数多的话,还是会有点卡。 后期的优化方向应该是从 EventRow 入手了,因为好像如果把 EventRow 简化一点,也能提高 NSTableView 的展示速度。 @@ -72,4 +72,4 @@ Xcode 11.7 4. 是否需要增加一个功能自动清理过期N天的倒计时事件 - \ No newline at end of file +