add chapter2 and fix a wrong word
This commit is contained in:
@ -46,7 +46,7 @@
|
||||
|
||||
|
||||
|
||||
<div class="book" data-level="1.1" data-basepath=".." data-revision="1401784865321">
|
||||
<div class="book" data-level="1.1" data-basepath=".." data-revision="1401851927231">
|
||||
<div class="book-header">
|
||||
<!-- Actions Left -->
|
||||
<a href="#" class="btn pull-left toggle-summary" aria-label="Toggle summary"><i class="fa fa-align-justify"></i></a>
|
||||
@ -156,6 +156,30 @@
|
||||
|
||||
</li>
|
||||
|
||||
<li class="chapter " data-level="2" data-path="chapter2/the_basics.html">
|
||||
|
||||
<a href="../chapter2/the_basics.html">
|
||||
<i class="fa fa-check"></i> <b>2.</b> Swift教程
|
||||
</a>
|
||||
|
||||
|
||||
<ul class="articles">
|
||||
|
||||
|
||||
<li class="chapter " data-level="2.1" data-path="chapter2/article_1.html">
|
||||
|
||||
<a href="../chapter2/article_1.html">
|
||||
<i class="fa fa-check"></i> <b>2.1.</b> 基础部分
|
||||
</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
@ -172,24 +196,28 @@
|
||||
<div class="page-wrapper" tabindex="-1">
|
||||
<div class="book-progress">
|
||||
<div class="bar">
|
||||
<div class="inner" style="width: 66.66666666666667%;min-width: 33.333333333333336%;"></div>
|
||||
<div class="inner" style="width: 40%;min-width: 20%;"></div>
|
||||
</div>
|
||||
<div class="chapters">
|
||||
|
||||
<a href="../index.html" title="Introduction" class="chapter done new-chapter" data-progress="0" style="left: 0%;"></a>
|
||||
|
||||
<a href="../swift/README.html" title="欢迎使用Swift" class="chapter done new-chapter" data-progress="1" style="left: 33.333333333333336%;"></a>
|
||||
<a href="../swift/README.html" title="欢迎使用Swift" class="chapter done new-chapter" data-progress="1" style="left: 20%;"></a>
|
||||
|
||||
<a href="../swift/swift.html" title="关于Swift" class="chapter done " data-progress="1.1" style="left: 66.66666666666667%;"></a>
|
||||
<a href="../swift/swift.html" title="关于Swift" class="chapter done " data-progress="1.1" style="left: 40%;"></a>
|
||||
|
||||
<a href="../a_swift_tour.html" title="Swift初见" class="chapter " data-progress="1.2" style="left: 100%;"></a>
|
||||
<a href="../a_swift_tour.html" title="Swift初见" class="chapter " data-progress="1.2" style="left: 60%;"></a>
|
||||
|
||||
<a href="../chapter2/the_basics.html" title="Swift教程" class="chapter new-chapter" data-progress="2" style="left: 80%;"></a>
|
||||
|
||||
<a href="../chapter2/article_1.html" title="基础部分" class="chapter " data-progress="2.1" style="left: 100%;"></a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="page-inner">
|
||||
|
||||
<section class="normal" id="section-gitbook_6113">
|
||||
<section class="normal" id="section-gitbook_1207">
|
||||
|
||||
<h1 id="-swift">关于Swift</h1>
|
||||
<p>Swift是一种新的编程语言,用于编写iOS和OS X应用程序。Swift结合了C和Objective-C的优点并且不受C的兼容性的限制。Swift使用安全的编程模式并添加了很多新特性,这将使编程更简单,扩展性更强,也更有趣。除此之外,Swift还支持人见人爱的Cocoa和Cocoa Touch框架。拥有了这些特性,Swift将重新定义软件开发。</p>
|
||||
|
||||
Reference in New Issue
Block a user