ruki před 3 roky
rodič
revize
9ab6c3d7ca

+ 8 - 2
getting_started.md

@@ -46,11 +46,17 @@ If you don't want to use script to install xmake, you can also click [Installati
 
 ## Simple description
 
-<img src="https://xmake.io/assets/img/index/showcode1.png" width="340px" />
+```lua
+target("hello")
+    set_kind("binary")
+    add_files("src/*.cpp")
+```
 
 ## Package dependences
 
-<img src="https://xmake.io/assets/img/index/add_require.png" width="600px" />
+```lua
+add_requires("tbox 1.6.*", "zlib", "libpng ~1.6")
+```
 
 An official xmake package repository: [xmake-repo](https://github.com/xmake-io/xmake-repo)
 

+ 6 - 2
mirror/getting_started.html

@@ -115,9 +115,13 @@
 <h4 id="otherinstallationways">Other installation ways</h4>
 <p>If you don&#39;t want to use script to install xmake, you can also click <a href="https://xmake.io/#/guide/installation">Installation Guide</a> to get other installation ways.</p>
 <h2 id="simpledescription">Simple description</h2>
-<p><img src="https://xmake.io/assets/img/index/showcode1.png" width="340px" /></p>
+<pre><code class="lang-lua">target("hello")
+    set_kind("binary")
+    add_files("src/*.cpp")
+</code></pre>
 <h2 id="packagedependences">Package dependences</h2>
-<p><img src="https://xmake.io/assets/img/index/add_require.png" width="600px" /></p>
+<pre><code class="lang-lua">add_requires("tbox 1.6.*", "zlib", "libpng ~1.6")
+</code></pre>
 <p>An official xmake package repository: <a href="https://github.com/xmake-io/xmake-repo">xmake-repo</a></p>
 <h2 id="buildproject">Build project</h2>
 <pre><code class="lang-bash">$ xmake

+ 6 - 2
mirror/zh-cn/getting_started.html

@@ -119,9 +119,13 @@
 <h4 id="">其他安装方式</h4>
 <p>如果不想使用脚本安装,也可以点击查看 <a href="https://xmake.io/#/zh-cn/guide/installation">安装文档</a>,了解其他安装方法。</p>
 <h2 id="">简单的工程描述</h2>
-<p><img src="https://xmake.io/assets/img/index/showcode1.png" width="340px" /></p>
+<pre><code class="lang-lua">target("hello")
+    set_kind("binary")
+    add_files("src/*.cpp")
+</code></pre>
 <h2 id="">包依赖描述</h2>
-<p><img src="https://xmake.io/assets/img/index/add_require.png" width="600px" /></p>
+<pre><code class="lang-lua">add_requires("tbox 1.6.*", "zlib", "libpng ~1.6")
+</code></pre>
 <p>官方的xmake包管理仓库: <a href="https://github.com/xmake-io/xmake-repo">xmake-repo</a></p>
 <h2 id="">构建工程</h2>
 <pre><code class="lang-bash">$ xmake

+ 100 - 100
sitemap.xml

@@ -12,502 +12,502 @@
 
 <url>
   <loc>https://xmake.io/mirror/guide/project_examples.html</loc>
-  <lastmod>2023-01-09T22:01:23+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/quickstart.html</loc>
-  <lastmod>2023-01-09T22:01:23+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/faq.html</loc>
-  <lastmod>2023-01-09T22:01:23+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/configuration.html</loc>
-  <lastmod>2023-01-09T22:01:24+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:36+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/syntax_description.html</loc>
-  <lastmod>2023-01-09T22:01:24+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:37+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/installation.html</loc>
-  <lastmod>2023-01-09T22:01:24+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:37+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/remote_build.html</loc>
-  <lastmod>2023-01-09T22:01:24+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:37+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/unity_build.html</loc>
-  <lastmod>2023-01-09T22:01:24+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:37+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/distcc_build.html</loc>
-  <lastmod>2023-01-09T22:01:25+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:37+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/trybuild.html</loc>
-  <lastmod>2023-01-09T22:01:25+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:37+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/autogen.html</loc>
-  <lastmod>2023-01-09T22:01:25+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/build_cache.html</loc>
-  <lastmod>2023-01-09T22:01:25+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/plugin_development.html</loc>
-  <lastmod>2023-01-09T22:01:25+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/more_plugins.html</loc>
-  <lastmod>2023-01-09T22:01:26+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/builtin_plugins.html</loc>
-  <lastmod>2023-01-09T22:01:26+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:38+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/awesome.html</loc>
-  <lastmod>2023-01-09T22:01:26+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/technical_support.html</loc>
-  <lastmod>2023-01-09T22:01:26+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/changelog.html</loc>
-  <lastmod>2023-01-09T22:01:26+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/contact.html</loc>
-  <lastmod>2023-01-09T22:01:27+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/introduction.html</loc>
-  <lastmod>2023-01-09T22:01:27+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:39+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/who_is_using_xmake.html</loc>
-  <lastmod>2023-01-09T22:01:27+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/sponsor.html</loc>
-  <lastmod>2023-01-09T22:01:27+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/index.html</loc>
-  <lastmod>2023-01-09T22:01:27+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/project_examples.html</loc>
-  <lastmod>2023-01-09T22:01:28+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/quickstart.html</loc>
-  <lastmod>2023-01-09T22:01:28+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:40+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/faq.html</loc>
-  <lastmod>2023-01-09T22:01:28+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/configuration.html</loc>
-  <lastmod>2023-01-09T22:01:28+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/syntax_description.html</loc>
-  <lastmod>2023-01-09T22:01:29+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/installation.html</loc>
-  <lastmod>2023-01-09T22:01:29+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/remote_build.html</loc>
-  <lastmod>2023-01-09T22:01:29+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/unity_build.html</loc>
-  <lastmod>2023-01-09T22:01:29+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/distcc_build.html</loc>
-  <lastmod>2023-01-09T22:01:29+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/trybuild.html</loc>
-  <lastmod>2023-01-09T22:01:30+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/autogen.html</loc>
-  <lastmod>2023-01-09T22:01:30+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/build_cache.html</loc>
-  <lastmod>2023-01-09T22:01:30+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/plugin_development.html</loc>
-  <lastmod>2023-01-09T22:01:30+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/more_plugins.html</loc>
-  <lastmod>2023-01-09T22:01:30+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/builtin_plugins.html</loc>
-  <lastmod>2023-01-09T22:01:31+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/awesome.html</loc>
-  <lastmod>2023-01-09T22:01:31+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/technical_support.html</loc>
-  <lastmod>2023-01-09T22:01:31+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/changelog.html</loc>
-  <lastmod>2023-01-09T22:01:31+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/contact.html</loc>
-  <lastmod>2023-01-09T22:01:32+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/peripheral_items.html</loc>
-  <lastmod>2023-01-09T22:01:32+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/introduction.html</loc>
-  <lastmod>2023-01-09T22:01:32+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/who_is_using_xmake.html</loc>
-  <lastmod>2023-01-09T22:01:32+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/sponsor.html</loc>
-  <lastmod>2023-01-09T22:01:33+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/course.html</loc>
-  <lastmod>2023-01-09T22:01:33+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-01-09T22:01:33+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-01-09T22:01:33+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/specification.html</loc>
-  <lastmod>2023-01-09T22:01:33+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/builtin_variables.html</loc>
-  <lastmod>2023-01-09T22:01:34+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/conditions.html</loc>
-  <lastmod>2023-01-09T22:01:34+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/custom_rule.html</loc>
-  <lastmod>2023-01-09T22:01:34+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/target_instance.html</loc>
-  <lastmod>2023-01-09T22:01:34+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/project_target.html</loc>
-  <lastmod>2023-01-09T22:01:34+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/builtin_modules.html</loc>
-  <lastmod>2023-01-09T22:01:35+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/custom_toolchain.html</loc>
-  <lastmod>2023-01-09T22:01:35+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/plugin_task.html</loc>
-  <lastmod>2023-01-09T22:01:35+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/package_dependencies.html</loc>
-  <lastmod>2023-01-09T22:01:35+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/configuration_option.html</loc>
-  <lastmod>2023-01-09T22:01:35+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/extension_modules.html</loc>
-  <lastmod>2023-01-09T22:01:36+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/helper_interfaces.html</loc>
-  <lastmod>2023-01-09T22:01:36+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/global_interfaces.html</loc>
-  <lastmod>2023-01-09T22:01:36+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/package_instance.html</loc>
-  <lastmod>2023-01-09T22:01:36+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/option_instance.html</loc>
-  <lastmod>2023-01-09T22:01:36+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/theme/builtin_themes.html</loc>
-  <lastmod>2023-01-09T22:01:37+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/theme/switch_theme.html</loc>
-  <lastmod>2023-01-09T22:01:37+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_3rd_source_library.html</loc>
-  <lastmod>2023-01-09T22:01:37+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_package_old.html</loc>
-  <lastmod>2023-01-09T22:01:37+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_package.html</loc>
-  <lastmod>2023-01-09T22:01:37+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/system_package.html</loc>
-  <lastmod>2023-01-09T22:01:38+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/remote_package.html</loc>
-  <lastmod>2023-01-09T22:01:38+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/toolchain/remote_toolchain.html</loc>
-  <lastmod>2023-01-09T22:01:38+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/toolchain/builtin_toolchains.html</loc>
-  <lastmod>2023-01-09T22:01:38+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-01-09T22:01:38+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/specification.html</loc>
-  <lastmod>2023-01-09T22:01:39+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/builtin_variables.html</loc>
-  <lastmod>2023-01-09T22:01:39+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/conditions.html</loc>
-  <lastmod>2023-01-09T22:01:39+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/custom_rule.html</loc>
-  <lastmod>2023-01-09T22:01:39+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/target_instance.html</loc>
-  <lastmod>2023-01-09T22:01:39+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/project_target.html</loc>
-  <lastmod>2023-01-09T22:01:40+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/builtin_modules.html</loc>
-  <lastmod>2023-01-09T22:01:40+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/custom_toolchain.html</loc>
-  <lastmod>2023-01-09T22:01:40+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/plugin_task.html</loc>
-  <lastmod>2023-01-09T22:01:40+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/package_dependencies.html</loc>
-  <lastmod>2023-01-09T22:01:41+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/configuration_option.html</loc>
-  <lastmod>2023-01-09T22:01:41+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/extension_modules.html</loc>
-  <lastmod>2023-01-09T22:01:41+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/helper_interfaces.html</loc>
-  <lastmod>2023-01-09T22:01:41+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/global_interfaces.html</loc>
-  <lastmod>2023-01-09T22:01:42+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/package_instance.html</loc>
-  <lastmod>2023-01-09T22:01:42+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/option_instance.html</loc>
-  <lastmod>2023-01-09T22:01:42+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/theme/builtin_themes.html</loc>
-  <lastmod>2023-01-09T22:01:42+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/theme/switch_theme.html</loc>
-  <lastmod>2023-01-09T22:01:43+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_3rd_source_library.html</loc>
-  <lastmod>2023-01-09T22:01:43+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_package_old.html</loc>
-  <lastmod>2023-01-09T22:01:43+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_package.html</loc>
-  <lastmod>2023-01-09T22:01:44+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/system_package.html</loc>
-  <lastmod>2023-01-09T22:01:44+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/remote_package.html</loc>
-  <lastmod>2023-01-09T22:01:44+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/toolchain/remote_toolchain.html</loc>
-  <lastmod>2023-01-09T22:01:44+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/toolchain/builtin_toolchains.html</loc>
-  <lastmod>2023-01-09T22:01:45+08:00</lastmod>
+  <lastmod>2023-01-11T09:21:55+08:00</lastmod>
 </url>
 
 </urlset>

+ 8 - 2
zh-cn/getting_started.md

@@ -50,11 +50,17 @@ Invoke-Expression (Invoke-Webrequest 'https://xmake.io/psget.text' -UseBasicPars
 
 ## 简单的工程描述
 
-<img src="https://xmake.io/assets/img/index/showcode1.png" width="340px" />
+```lua
+target("hello")
+    set_kind("binary")
+    add_files("src/*.cpp")
+```
 
 ## 包依赖描述
 
-<img src="https://xmake.io/assets/img/index/add_require.png" width="600px" />
+```lua
+add_requires("tbox 1.6.*", "zlib", "libpng ~1.6")
+```
 
 官方的xmake包管理仓库: [xmake-repo](https://github.com/xmake-io/xmake-repo)