Skip to content

Commit

Permalink
Initial push
Browse files Browse the repository at this point in the history
  • Loading branch information
Caldis committed Jan 27, 2017
1 parent 2bcc37c commit 5dced88
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 26 deletions.
9 changes: 0 additions & 9 deletions Codetest.playground/Contents.swift

This file was deleted.

4 changes: 0 additions & 4 deletions Codetest.playground/contents.xcplayground

This file was deleted.

11 changes: 0 additions & 11 deletions Codetest.playground/timeline.xctimeline

This file was deleted.

2 changes: 0 additions & 2 deletions Mos.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
22142DB51E25344F00E4BFBF /* MosTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MosTests.swift; sourceTree = "<group>"; };
22142DB71E25344F00E4BFBF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
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 = "<group>"; };
2225F8DC1E39C8D60020DD22 /* PreferencesAdvanceViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PreferencesAdvanceViewController.swift; sourceTree = "<group>"; };
2225F8E01E3A37FF0020DD22 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Main.strings; sourceTree = "<group>"; };
2225F8E11E3A388A0020DD22 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Main.strings"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -150,7 +149,6 @@
22142D971E25344E00E4BFBF = {
isa = PBXGroup;
children = (
22142DCE1E26716500E4BFBF /* Codetest.playground */,
22142DA21E25344E00E4BFBF /* Mos */,
22142DB41E25344F00E4BFBF /* MosTests */,
22142DA11E25344E00E4BFBF /* Products */,
Expand Down
45 changes: 45 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<p align="center">
<a href="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/Caldis/Mos">
<img width="320" src="https://github.com/Caldis/Mos/blob/master/Doc/Intro.jpg?raw=true">
</a>
</p>


# 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:https://creativecommons.org/licenses/by-nc/4.0/)

中文:[署名-非商业性使用协议](http:https://creativecommons.org/licenses/by-nc/3.0/cn/)

And you can not upload it to the App Store.

0 comments on commit 5dced88

Please sign in to comment.