add chapter2 and fix a wrong word
This commit is contained in:
38
index.html
38
index.html
@ -44,7 +44,7 @@
|
||||
|
||||
|
||||
|
||||
<div class="book" data-level="0" data-basepath="." data-revision="1401784865321">
|
||||
<div class="book" data-level="0" 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>
|
||||
@ -154,6 +154,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>
|
||||
|
||||
|
||||
|
||||
|
||||
@ -176,18 +200,22 @@
|
||||
|
||||
<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 new-chapter" data-progress="1" style="left: 33.333333333333336%;"></a>
|
||||
<a href="./swift/README.html" title="欢迎使用Swift" class="chapter new-chapter" data-progress="1" style="left: 20%;"></a>
|
||||
|
||||
<a href="./swift/swift.html" title="关于Swift" class="chapter " data-progress="1.1" style="left: 66.66666666666667%;"></a>
|
||||
<a href="./swift/swift.html" title="关于Swift" class="chapter " 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_6110">
|
||||
<section class="normal" id="section-gitbook_1202">
|
||||
|
||||
<h1 id="swift-">Swift编程语言</h1>
|
||||
<p>Swift是苹果在WWDC2014上发布的一款全新的编程语言,本书译自苹果官方的Swift教程《The Swift Programming Language》。</p>
|
||||
|
||||
Reference in New Issue
Block a user