aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web_development
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-10 15:07:40 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-10 15:07:40 -0500
commite3e12548adeb7e1dcfc4d5b32884a225ee2b499d (patch)
treee79f55a57428a312358befac396d4abe25730206 /files/zh-cn/web_development
parent65cc6eabd71b1bceccf6fd3d3d4970c2955f3784 (diff)
downloadtranslated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.gz
translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.bz2
translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.zip
adding translation_of_original to front-matter
Diffstat (limited to 'files/zh-cn/web_development')
-rw-r--r--files/zh-cn/web_development/index.html1
-rw-r--r--files/zh-cn/web_development/mobile/index.html1
-rw-r--r--files/zh-cn/web_development/mobile/responsive_design/index.html1
3 files changed, 3 insertions, 0 deletions
diff --git a/files/zh-cn/web_development/index.html b/files/zh-cn/web_development/index.html
index 3082847803..ef8d7dac56 100644
--- a/files/zh-cn/web_development/index.html
+++ b/files/zh-cn/web_development/index.html
@@ -2,6 +2,7 @@
title: Web 开发
slug: Web_Development
translation_of: Web/Guide
+translation_of_original: Web_Development
---
<p><strong>Web 开发</strong> 包括开发网站和Web应用程序的方方面面。</p>
<p>在本文中,您将学到创建从简单到复杂的Web站点、使用最新Web技术的高度互动的网站。</p>
diff --git a/files/zh-cn/web_development/mobile/index.html b/files/zh-cn/web_development/mobile/index.html
index 3400f80920..ac53f993c1 100644
--- a/files/zh-cn/web_development/mobile/index.html
+++ b/files/zh-cn/web_development/mobile/index.html
@@ -7,6 +7,7 @@ tags:
- TopicStub
- Web Development
translation_of: Web/Guide/Mobile
+translation_of_original: Web_Development/Mobile
---
<p>开发能在移动设备上浏览的网站需要一些方法来确保网站在移动设备上可以如同在桌面浏览器上一样正常运作。以下的文章介绍了部分方法:</p>
<ul>
diff --git a/files/zh-cn/web_development/mobile/responsive_design/index.html b/files/zh-cn/web_development/mobile/responsive_design/index.html
index 451160d0e2..ca256085b4 100644
--- a/files/zh-cn/web_development/mobile/responsive_design/index.html
+++ b/files/zh-cn/web_development/mobile/responsive_design/index.html
@@ -2,6 +2,7 @@
title: 响应式设计
slug: Web_Development/Mobile/Responsive_design
translation_of: Web/Progressive_web_apps
+translation_of_original: Web/Guide/Responsive_design
---
<p>在解决对桌面和移动环境开发网站这个问题上,与<a href="/en/Web_Development/Mobile/Separate_sites" title="en/Web development/Mobile/Separate sites">分离网站</a>的方法相反,一种相对较新(其实相当<a class="external" href="http://www.alistapart.com/articles/dao/">古老</a>)的方法渐渐流行起来:摒弃用户代理检测,而是在客户端根据浏览器的能力进行页面变化。这种方法最早是由Ethan Marcotte在他为<a class="external" href="http://www.alistapart.com/">A List Apart</a>所写的文章中提出的,也就是我们所熟知的<a class="external" href="http://www.alistapart.com/articles/responsive-web-design/">响应式设计</a>。和分离网站设计方式一样,响应式设计也有自己的优势和弊端。</p>
<h2 id="优势">优势</h2>