-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (52 loc) · 2.98 KB
/
index.html
File metadata and controls
62 lines (52 loc) · 2.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Modelkit.GitHub.io by modelkit</title>
</head>
<body>
<header>
<div class="inner">
<h1>Modelkit</h1>
<h2>Modelkit的文档介绍</h2>
<a href="https://github.com/modelkit/modelkit" class="button"><small>View demo on</small> GitHub</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h3>
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>介绍</h3>
<p> Modelkit是一个一键生成iOS和Android项目Model的自动化工具。生成的JSON-schame文件可以作为团队多人敏捷开发的媒介,节约服务器端、iOS端、Android端三方面的接口制定、交流和开发时间。</p>
<h3>
<a id="designer-templates" class="anchor" href="#designer-templates" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>工具特点</h3>
<p><ol>
<li>快速生成Objective-C和Java的model对象,后续计划支持生成Swift语言。</li>
<li>通过HTTP或HTTPS请求下来JSON接口,并转化为JSON-schame文件。</li>
<li>自定义HTTP头部信息。</li>
</ol></p>
<h3><a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>帮助反馈</h3>
<p>这个软件是业余时间开发的,有很多不足之处和Bug,遇到问题请在 <a href="https://github.com/modelkit/modelkit/issues">这里反馈</a>。</p>
<h3><a id="support-or-download" class="anchor" href="#download" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>软件下载</h3>
<p>请点击右侧边栏的大按钮。</p>
</section>
<aside id="sidebar">
<a href="http://model.afantree.com/download/ModelKit_0_2_7.zip" class="button">
<small>Download (0.2.7)</small>
.zip file
</a>
<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p>
</aside>
</div>
</div>
</body>
</html>