add the space between chinese and english words
This commit is contained in:
36
index.html
36
index.html
@ -5,12 +5,12 @@
|
||||
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<title>Introduction | Swift编程语言</title>
|
||||
<title>Introduction | Swift 编程语言</title>
|
||||
|
||||
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta name="author" content="">
|
||||
<meta name="description" content="Swift是苹果在WWDC2014上发布的一款全新的编程语言,本书译自苹果官方的Swift教程《The Swift Programming Language》。">
|
||||
<meta name="description" content="Swift 是苹果在 WWDC 2014 上发布的一款全新的编程语言,本书译自苹果官方的 Swift 教程《The Swift Programming Language》。">
|
||||
<meta name="keywords" content="gitbook,github" >
|
||||
<meta name="generator" content="www.gitbook.io">
|
||||
|
||||
@ -19,8 +19,8 @@
|
||||
|
||||
|
||||
|
||||
<meta property="og:title" content="Introduction | Swift编程语言">
|
||||
<meta property="og:site_name" content="Swift编程语言">
|
||||
<meta property="og:title" content="Introduction | Swift 编程语言">
|
||||
<meta property="og:site_name" content="Swift 编程语言">
|
||||
<meta property="og:type" content="book">
|
||||
<meta property="og:locale" content="en_US">
|
||||
|
||||
@ -44,7 +44,7 @@
|
||||
|
||||
|
||||
|
||||
<div class="book" data-level="0" data-basepath="." data-revision="1401879002086">
|
||||
<div class="book" data-level="0" data-basepath="." data-revision="1401881908280">
|
||||
<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>
|
||||
@ -96,7 +96,7 @@
|
||||
<!-- Title -->
|
||||
<h1>
|
||||
<i class="fa fa-spinner fa-spin"></i>
|
||||
<a href="./" >Swift编程语言</a>
|
||||
<a href="./" >Swift 编程语言</a>
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
@ -124,7 +124,7 @@
|
||||
<li class="chapter " data-level="1" data-path="chapter1/README.html">
|
||||
|
||||
<a href="./chapter1/README.html">
|
||||
<i class="fa fa-check"></i> <b>1.</b> 欢迎使用Swift
|
||||
<i class="fa fa-check"></i> <b>1.</b> 欢迎使用 Swift
|
||||
</a>
|
||||
|
||||
|
||||
@ -134,7 +134,7 @@
|
||||
<li class="chapter " data-level="1.1" data-path="chapter1/swift.html">
|
||||
|
||||
<a href="./chapter1/swift.html">
|
||||
<i class="fa fa-check"></i> <b>1.1.</b> 关于Swift
|
||||
<i class="fa fa-check"></i> <b>1.1.</b> 关于 Swift
|
||||
</a>
|
||||
|
||||
|
||||
@ -143,7 +143,7 @@
|
||||
<li class="chapter " data-level="1.2" data-path="chapter1/a_swift_tour.html">
|
||||
|
||||
<a href="./chapter1/a_swift_tour.html">
|
||||
<i class="fa fa-check"></i> <b>1.2.</b> Swift初见
|
||||
<i class="fa fa-check"></i> <b>1.2.</b> Swift 初见
|
||||
</a>
|
||||
|
||||
|
||||
@ -157,7 +157,7 @@
|
||||
<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教程
|
||||
<i class="fa fa-check"></i> <b>2.</b> Swift 教程
|
||||
</a>
|
||||
|
||||
|
||||
@ -200,13 +200,13 @@
|
||||
|
||||
<a href="./index.html" title="Introduction" class="chapter done new-chapter" data-progress="0" style="left: 0%;"></a>
|
||||
|
||||
<a href="./chapter1/README.html" title="欢迎使用Swift" class="chapter new-chapter" data-progress="1" style="left: 20%;"></a>
|
||||
<a href="./chapter1/README.html" title="欢迎使用 Swift" class="chapter new-chapter" data-progress="1" style="left: 20%;"></a>
|
||||
|
||||
<a href="./chapter1/swift.html" title="关于Swift" class="chapter " data-progress="1.1" style="left: 40%;"></a>
|
||||
<a href="./chapter1/swift.html" title="关于 Swift" class="chapter " data-progress="1.1" style="left: 40%;"></a>
|
||||
|
||||
<a href="./chapter1/a_swift_tour.html" title="Swift初见" class="chapter " data-progress="1.2" style="left: 60%;"></a>
|
||||
<a href="./chapter1/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/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>
|
||||
|
||||
@ -215,10 +215,10 @@
|
||||
|
||||
<div class="page-inner">
|
||||
|
||||
<section class="normal" id="section-gitbook_6">
|
||||
<section class="normal" id="section-gitbook_140">
|
||||
|
||||
<h1 id="swift-">Swift编程语言</h1>
|
||||
<p>Swift是苹果在WWDC2014上发布的一款全新的编程语言,本书译自苹果官方的Swift教程《The Swift Programming Language》。</p>
|
||||
<h1 id="swift-">Swift 编程语言</h1>
|
||||
<p>Swift 是苹果在 WWDC 2014 上发布的一款全新的编程语言,本书译自苹果官方的 Swift 教程《The Swift Programming Language》。</p>
|
||||
<p>感谢您的阅读。</p>
|
||||
|
||||
|
||||
@ -230,7 +230,7 @@
|
||||
|
||||
|
||||
|
||||
<a href="./chapter1/README.html" class="navigation navigation-next navigation-unique" aria-label="Next page: 欢迎使用Swift"><i class="fa fa-angle-right"></i></a>
|
||||
<a href="./chapter1/README.html" class="navigation navigation-next navigation-unique" aria-label="Next page: 欢迎使用 Swift"><i class="fa fa-angle-right"></i></a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user