From 5dced88bbbfe1008f7325a1d6d3b47c99ded6a70 Mon Sep 17 00:00:00 2001 From: Caldis <532607446@qq.com> Date: Fri, 27 Jan 2017 20:13:16 +0800 Subject: [PATCH] Initial push --- Codetest.playground/Contents.swift | 9 ----- Codetest.playground/contents.xcplayground | 4 -- Codetest.playground/timeline.xctimeline | 11 ------ Mos.xcodeproj/project.pbxproj | 2 - README.md | 45 +++++++++++++++++++++++ 5 files changed, 45 insertions(+), 26 deletions(-) delete mode 100644 Codetest.playground/Contents.swift delete mode 100644 Codetest.playground/contents.xcplayground delete mode 100644 Codetest.playground/timeline.xctimeline create mode 100644 README.md diff --git a/Codetest.playground/Contents.swift b/Codetest.playground/Contents.swift deleted file mode 100644 index 9a470e4..0000000 --- a/Codetest.playground/Contents.swift +++ /dev/null @@ -1,9 +0,0 @@ -//: Playground - noun: a place where people can play - -import Cocoa - -let backgroundPosterStopCountY = 1.0 - -let totalPoint = 24.0 - -print(backgroundPosterStopCountY/totalPoint) \ No newline at end of file diff --git a/Codetest.playground/contents.xcplayground b/Codetest.playground/contents.xcplayground deleted file mode 100644 index 63b6dd8..0000000 --- a/Codetest.playground/contents.xcplayground +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Codetest.playground/timeline.xctimeline b/Codetest.playground/timeline.xctimeline deleted file mode 100644 index 75357a4..0000000 --- a/Codetest.playground/timeline.xctimeline +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - diff --git a/Mos.xcodeproj/project.pbxproj b/Mos.xcodeproj/project.pbxproj index 9cc3265..dd297bd 100644 --- a/Mos.xcodeproj/project.pbxproj +++ b/Mos.xcodeproj/project.pbxproj @@ -98,7 +98,6 @@ 22142DB51E25344F00E4BFBF /* MosTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MosTests.swift; sourceTree = ""; }; 22142DB71E25344F00E4BFBF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 22142DBC1E25344F00E4BFBF /* MosUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MosUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 22142DCE1E26716500E4BFBF /* Codetest.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = Codetest.playground; sourceTree = ""; }; 2225F8DC1E39C8D60020DD22 /* PreferencesAdvanceViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PreferencesAdvanceViewController.swift; sourceTree = ""; }; 2225F8E01E3A37FF0020DD22 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Main.strings; sourceTree = ""; }; 2225F8E11E3A388A0020DD22 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Main.strings"; sourceTree = ""; }; @@ -150,7 +149,6 @@ 22142D971E25344E00E4BFBF = { isa = PBXGroup; children = ( - 22142DCE1E26716500E4BFBF /* Codetest.playground */, 22142DA21E25344E00E4BFBF /* Mos */, 22142DB41E25344F00E4BFBF /* MosTests */, 22142DA11E25344E00E4BFBF /* Products */, diff --git a/README.md b/README.md new file mode 100644 index 0000000..167ecbd --- /dev/null +++ b/README.md @@ -0,0 +1,45 @@ +

+ + + +

+ + +# Mos + +一个用于在MacOS上平滑你的鼠标滚动效果的小工具, 让你的滚轮丝滑如触控板。 + + +## 特性 + +- 支持分离触控板/鼠标事件, 单独翻转鼠标滚动方向。 +- 一个用于监控滚动事件的图形化呈现窗口。 +- 基于Swift3构建。 + + +## 下载 + +```bash +npm install antd +``` + + +## 鸣谢 +- [Charts](https://github.com/danielgindi/Charts) +- [Smoothscroll-for-websites](https://github.com/galambalazs/smoothscroll-for-websites) + + +## 如何贡献 + +我们欢迎任何形式的贡献,有任何建议或意见您可以进行 [Pull Request](https://github.com/Caldis/Mos/pulls),或者给我们 [提问](https://github.com/Caldis/Mos/issues)。 + + +##LICENSE + +Copyright (c) 2015 coderyi.all rights reserved. + +EN: [CC Attribution-NonCommercial](http://creativecommons.org/licenses/by-nc/4.0/) + +中文:[署名-非商业性使用协议](http://creativecommons.org/licenses/by-nc/3.0/cn/) + +And you can not upload it to the App Store.