更具@numbbbb的要求,完成以下更改:
1)增加了版本历史页面 2)修改了主页问题收集链接 3)增加了大标题处对当前适用版本的说明。
This commit is contained in:
@ -4,7 +4,14 @@
|
||||
<!-- -->
|
||||
> 如果你觉得这个项目不错,请[点击Star一下](https://github.com/numbbbbb/the-swift-programming-language-in-chinese),您的支持我们最大的动力。
|
||||
|
||||
# The Swift Programming Language 中文版
|
||||
<!-- -->
|
||||
> 关于文档中翻译错误,逻辑错误以及疑难问题答疑,请关注["@老码团队"](http://weibo.com/u/5241713117
|
||||
)官方微博,会有技术人员统一收集答疑
|
||||
|
||||
|
||||
# The Swift Programming Language 中文版####
|
||||
|
||||
###@*当前语法支持Beta1*
|
||||
|
||||
###这一次,让中国和世界同步
|
||||
|
||||
|
||||
@ -3,6 +3,7 @@
|
||||
* [欢迎使用 Swift](chapter1/chapter1.md)
|
||||
* [关于 Swift](chapter1/01_swift.md)
|
||||
* [Swift 初见](chapter1/02_a_swift_tour.md)
|
||||
* [Swift 版本历史记录](chapter1/03_revision_history.md)
|
||||
* [Swift 教程](chapter2/chapter2.md)
|
||||
* [基础部分](chapter2/01_The_Basics.md)
|
||||
* [基本运算符](chapter2/02_Basic_Operators.md)
|
||||
|
||||
46
source/chapter1/03_revision_history.md
Normal file
46
source/chapter1/03_revision_history.md
Normal file
@ -0,0 +1,46 @@
|
||||
> 翻译:[成都老码团队](http://weibo.com/u/5241713117)
|
||||
> 校对:[成都老码团队](http://weibo.com/u/5241713117)
|
||||
|
||||
# Swift 版本历史记录
|
||||
|
||||
---
|
||||
|
||||
本页内容包括:
|
||||
|
||||
- [XCode6 Beta5 Swift语法文档更新](#xcode6_beta5)
|
||||
- [XCode6 Beta4 Swift语法文档更新](#xcode6_beta4)
|
||||
|
||||
以下部分是针对XCode6每一次Beta版本直至正式版发布,Swift语法部分的更新归类
|
||||
|
||||
<a name="xcode6_beta5"></a>
|
||||
# XCode6 Beta5中Swift语法更新
|
||||
<table border="0" cellspacing="0" cellpadding="5">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>日期</th>
|
||||
<th scope="col">备注</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td scope="row">2014-08-04</td>
|
||||
<td>马上更新</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<a name="xcode6_beta4"></a>
|
||||
# XCode6 Beta4中Swift语法更新
|
||||
<table border="0" cellspacing="0" cellpadding="5">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>日期</th>
|
||||
<th scope="col">备注</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td scope="row">2014-08-04</td>
|
||||
<td>马上更新</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
Reference in New Issue
Block a user