Browse Source

Update Code-style-guide.html

gogoend 6 years ago
parent
commit
c4ecd7050f
1 changed files with 6 additions and 6 deletions
  1. 6 6
      docs/manual/zh/introduction/Code-style-guide.html

+ 6 - 6
docs/manual/zh/introduction/Code-style-guide.html

@@ -11,12 +11,12 @@
 		<h1>[name]</a></h1>
 		<h1>[name]</a></h1>
 
 
 		<p class="desc">
 		<p class="desc">
-			All code and examples in three.js are written using Mr.doob's Code Style.
-			Of course you are free to use whatever style you prefer for your own work, but
-			if you are adding code to the library or examples then you must follow this guide.<br /><br />
-
-			You can find details
-			<a href="https://github.com/mrdoob/three.js/wiki/Mr.doob%27s-Code-Style%E2%84%A2" target="_blank">here</a>.
+			在three.js中的所有文档和示例使用的是Mr.doob的代码风格。
+			当然,你也可以自由选择你更加喜欢的风格来为你工作,
+			但是,如果你希望添加代码或者添加示例到three.js的库中,你将必须遵守这个指南。
+			<br /><br />
+			有关代码风格的详细信息,请
+			<a href="https://github.com/mrdoob/three.js/wiki/Mr.doob%27s-Code-Style%E2%84%A2" target="_blank">点击此处</a>进行浏览。
 		</p>
 		</p>
 	</body>
 	</body>
 </html>
 </html>