mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-27 00:25:53 +02:00
Add the Chinese translation of Chapter 3
This commit is contained in:
51
.idea/workspace.xml
generated
Normal file
51
.idea/workspace.xml
generated
Normal file
@@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="e3c430cc-dd76-4533-b7c0-a31098f56691" name="Default Changelist" comment="" />
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||
<option name="LAST_RESOLUTION" value="IGNORE" />
|
||||
</component>
|
||||
<component name="Git.Settings">
|
||||
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
||||
</component>
|
||||
<component name="ProjectId" id="1sOMJQO77BtG7HWzfVwmErnNotn" />
|
||||
<component name="ProjectViewState">
|
||||
<option name="hideEmptyMiddlePackages" value="true" />
|
||||
<option name="showLibraryContents" value="true" />
|
||||
</component>
|
||||
<component name="PropertiesComponent">
|
||||
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
|
||||
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
|
||||
<property name="WebServerToolWindowFactoryState" value="false" />
|
||||
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
||||
<property name="vue.rearranger.settings.migration" value="true" />
|
||||
</component>
|
||||
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
||||
<component name="TaskManager">
|
||||
<task active="true" id="Default" summary="Default task">
|
||||
<changelist id="e3c430cc-dd76-4533-b7c0-a31098f56691" name="Default Changelist" comment="" />
|
||||
<created>1620739109941</created>
|
||||
<option name="number" value="Default" />
|
||||
<option name="presentableId" value="Default" />
|
||||
<updated>1620739109941</updated>
|
||||
<workItem from="1620739111348" duration="2156000" />
|
||||
</task>
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TypeScriptGeneratedFilesManager">
|
||||
<option name="version" value="3" />
|
||||
</component>
|
||||
<component name="Vcs.Log.Tabs.Properties">
|
||||
<option name="TAB_STATES">
|
||||
<map>
|
||||
<entry key="MAIN">
|
||||
<value>
|
||||
<State />
|
||||
</value>
|
||||
</entry>
|
||||
</map>
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
34
3-terrarium/translations/README.zh-cn.md
Normal file
34
3-terrarium/translations/README.zh-cn.md
Normal file
@@ -0,0 +1,34 @@
|
||||
# 我的花艺瓶:一个用于学习 HTML、CSS 和使用 JS 操作 DOM 的项目 🌵🌱
|
||||
|
||||
思考构建一个的具有拖放交互的小程序,只需要很少的 HTML、CSS 和 JS 代码,你就可以构建一个被美化的,且具有交互功能的 Web 页面。
|
||||
|
||||

|
||||
|
||||
# 教程
|
||||
|
||||
1. [HTML 简介](../1-intro-to-html/translations/README.zh-tw.md)
|
||||
2. [CSS 简介](../2-intro-to-css/translations/README.zh-tw.md)
|
||||
3. [DOM 简介与 JS 闭包](../translations/3-intro-to-DOM-and-closures/README.zh-tw.md)
|
||||
|
||||
## 参与人员
|
||||
|
||||
由 [Jen Looper](https://www.twitter.com/jenlooper) 充满着 ♥️ 编写。
|
||||
|
||||
使用 CSS 来编写一个花艺瓶的灵感来自于 Jakub Mandra 的玻璃瓶 [CodePen](https://codepen.io/Rotarepmi/pen/rjpNZY)。
|
||||
|
||||
上面的手绘插画由 [Jen Looper](http://jenlooper.com) 使用 Procreate 绘制。
|
||||
|
||||
## 部署你的花艺瓶
|
||||
|
||||
你可以使用 Azure Static Web Apps 部署并发布你的花艺瓶到网络上。
|
||||
|
||||
1. Fork 这个仓库
|
||||
|
||||
2. 点击下方的按钮
|
||||
|
||||
[](https://portal.azure.com/?feature.customportal=false&WT.mc_id=academic-13441-cxa#create/Microsoft.StaticApp)
|
||||
|
||||
3. 按照指引创建你的应用。请确保你的程序根目录为 `/solution` 或者是你自己代码项目的根目录。这个应用不需要使用任何 API,因此你不用担心需要去调用什么额外的内容。.github 目录会在你 fork 的仓库中创建,它将帮助 Azure Static Web Apps 的构建服务构建并发布你的应用到一个新的地址。
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user