Ver código fonte

disable gitalk

ruki 3 anos atrás
pai
commit
3cd79eaf8e

+ 3 - 3
index.html

@@ -8,7 +8,7 @@
   <meta name="description" content="Description">
   <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
   <link rel="stylesheet" href="/assets/npm/docsify/vue.min.css">
-  <link rel="stylesheet" href="/assets/npm/gitalk/gitalk.min.css">
+  <!--<link rel="stylesheet" href="/assets/npm/gitalk/gitalk.min.css">-->
   <script src="/assets/npm/docsify-plugin-carbon/index.min.js"></script>
   <style>
     nav.app-nav li ul {
@@ -107,7 +107,7 @@
   <script src="/assets/npm/prismjs/prism-bash.min.js"></script>
   <script src="/assets/npm/docsify/docsify-copy-code.min.js"></script>
   <!-- gitalk -->
-  <script src="/assets/npm/docsify/gitalk.min.js"></script>
+  <!--<script src="/assets/npm/docsify/gitalk.min.js"></script>
   <script src="/assets/npm/gitalk/gitalk.min.js"></script>
   <script>
     const gitalk = new Gitalk({
@@ -120,7 +120,7 @@
       pagerDirection: 'last',
       distractionFreeMode: false
     })
-  </script>
+  </script>-->
   <!-- gitter -->
   <script>
   ((window.gitter = {}).chat = {}).options = {

+ 7 - 7
mirror/about/awesome.html

@@ -96,13 +96,13 @@
 <p>  <p>A curated list of awesome XMake projects, plugins, examples and others</p><br></div></p>
 <h2 id="examples">Examples</h2>
 <ul>
-<li><a href="https://xmake.io/#/home?id=executable-program">Executable Program</a></li>
-<li><a href="https://xmake.io/#/home?id=static-library-program">Static Library Program</a></li>
-<li><a href="https://xmake.io/#/home?id=share-library-program">Dynamic Library Program</a></li>
-<li><a href="https://xmake.io/#/home?id=qt-program">Qt Program</a></li>
-<li><a href="https://xmake.io/#/home?id=cuda-program">Cuda Program</a></li>
-<li><a href="https://xmake.io/#/home?id=wdk-driver-program">WDK Driver Program</a></li>
-<li><a href="https://xmake.io/#/home?id=winsdk-application-program">WinSDK Application Program</a></li>
+<li><a href="https://xmake.io/#/guide/project_examples?id=executable-program">Executable Program</a></li>
+<li><a href="https://xmake.io/#/guide/project_examples?id=static-library-program">Static Library Program</a></li>
+<li><a href="https://xmake.io/#/guide/project_examples?id=share-library-program">Dynamic Library Program</a></li>
+<li><a href="https://xmake.io/#/guide/project_examples?id=qt-program">Qt Program</a></li>
+<li><a href="https://xmake.io/#/guide/project_examples?id=cuda-program">Cuda Program</a></li>
+<li><a href="https://xmake.io/#/guide/project_examples?id=wdk-driver-program">WDK Driver Program</a></li>
+<li><a href="https://xmake.io/#/guide/project_examples?id=winsdk-application-program">WinSDK Application Program</a></li>
 </ul>
 <h2 id="repositories">Repositories</h2>
 <ul>

+ 2 - 2
mirror/guide/project_examples.html

@@ -116,7 +116,7 @@ target("test")
 <p>For a complete example, execute the following command to create:</p>
 <pre><code class="lang-bash">xmake create -l c -t static test
 </code></pre>
-<h2 id="sharelibraryprogram">Share Library Program</h2>
+<h2 id="sharedlibraryprogram">Shared Library Program</h2>
 <pre><code class="lang-lua">target("library")
     set_kind("shared")
     add_files("src/library/*.c")
@@ -126,7 +126,7 @@ target("test")
     add_files("src/*.c")
     add_deps("library")
 </code></pre>
-<p>We use <code>add_deps</code> to link a share library to test target.</p>
+<p>We use <code>add_deps</code> to link a shared library to test target.</p>
 <p>For a complete example, execute the following command to create:</p>
 <pre><code class="lang-bash">xmake create -l c -t shared test
 </code></pre>

+ 7 - 7
mirror/zh-cn/about/awesome.html

@@ -96,13 +96,13 @@
 <p>  <p>精彩的XMake项目,插件,示例等精选列表</p><br></div></p>
 <h2 id="">示例</h2>
 <ul>
-<li><a href="https://xmake.io/#/home?id=executable-program">Executable Program</a></li>
-<li><a href="https://xmake.io/#/home?id=static-library-program">Static Library Program</a></li>
-<li><a href="https://xmake.io/#/home?id=share-library-program">Dynamic Library Program</a></li>
-<li><a href="https://xmake.io/#/home?id=qt-program">Qt Program</a></li>
-<li><a href="https://xmake.io/#/home?id=cuda-program">Cuda Program</a></li>
-<li><a href="https://xmake.io/#/home?id=wdk-driver-program">WDK Driver Program</a></li>
-<li><a href="https://xmake.io/#/home?id=winsdk-application-program">WinSDK Application Program</a></li>
+<li><a href="https://xmake.io/#/guide/project_examples?id=executable-program">Executable Program</a></li>
+<li><a href="https://xmake.io/#/guide/project_examples?id=static-library-program">Static Library Program</a></li>
+<li><a href="https://xmake.io/#/guide/project_examples?id=share-library-program">Dynamic Library Program</a></li>
+<li><a href="https://xmake.io/#/guide/project_examples?id=qt-program">Qt Program</a></li>
+<li><a href="https://xmake.io/#/guide/project_examples?id=cuda-program">Cuda Program</a></li>
+<li><a href="https://xmake.io/#/guide/project_examples?id=wdk-driver-program">WDK Driver Program</a></li>
+<li><a href="https://xmake.io/#/guide/project_examples?id=winsdk-application-program">WinSDK Application Program</a></li>
 </ul>
 <h2 id="">包仓库</h2>
 <ul>

+ 1 - 1
mirror/zh-cn/features/trybuild.html

@@ -172,7 +172,7 @@ $ make
     -DANDROID_NATIVE_API_LEVEL=$MINSDKVERSION \
     $OTHER_ARGS
 </code></pre>
-<p>而对于 ios 平台,没找到简的配置方式,就找到个第三方的 ios 工具链配置,很复杂:<a href="https://github.com/leetal/ios-cmake/blob/master/ios.toolchain.cmake">https://github.com/leetal/ios-cmake/blob/master/ios.toolchain.cmake</a></p>
+<p>而对于 ios 平台,没找到简的配置方式,就找到个第三方的 ios 工具链配置,很复杂:<a href="https://github.com/leetal/ios-cmake/blob/master/ios.toolchain.cmake">https://github.com/leetal/ios-cmake/blob/master/ios.toolchain.cmake</a></p>
 <p>对于 mingw 又是另外一种方式,我又折腾了半天环境,很是折腾。</p>
 <p>而对接了xmake后,不管是cmake还是autotools,交叉编译都是非常简单的,而且配置方式也完全一样,精简一致。</p>
 <h4 id="iphoneos">交叉编译iphoneos平台</h4>

+ 101 - 101
sitemap.xml

@@ -7,507 +7,507 @@
     
 <url>
   <loc>https://xmake.io</loc>
-  <lastmod>2022-05-20T13:22:02+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/project_examples.html</loc>
-  <lastmod>2022-06-12T23:34:55+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/quickstart.html</loc>
-  <lastmod>2022-06-12T23:34:55+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/faq.html</loc>
-  <lastmod>2022-06-12T23:34:55+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/configuration.html</loc>
-  <lastmod>2022-06-12T23:34:56+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/syntax_description.html</loc>
-  <lastmod>2022-06-12T23:34:56+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/installation.html</loc>
-  <lastmod>2022-06-12T23:34:56+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/remote_build.html</loc>
-  <lastmod>2022-06-12T23:34:56+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/unity_build.html</loc>
-  <lastmod>2022-06-12T23:34:56+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/distcc_build.html</loc>
-  <lastmod>2022-06-12T23:34:56+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/trybuild.html</loc>
-  <lastmod>2022-06-12T23:34:57+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/autogen.html</loc>
-  <lastmod>2022-06-12T23:34:57+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/features/build_cache.html</loc>
-  <lastmod>2022-06-12T23:34:57+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/plugin_development.html</loc>
-  <lastmod>2022-06-12T23:34:57+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/more_plugins.html</loc>
-  <lastmod>2022-06-12T23:34:57+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/builtin_plugins.html</loc>
-  <lastmod>2022-06-12T23:34:57+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/awesome.html</loc>
-  <lastmod>2022-06-12T23:34:58+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/technical_support.html</loc>
-  <lastmod>2022-06-12T23:34:58+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/changelog.html</loc>
-  <lastmod>2022-06-12T23:34:58+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/contact.html</loc>
-  <lastmod>2022-06-12T23:34:58+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/introduction.html</loc>
-  <lastmod>2022-06-12T23:34:58+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/who_is_using_xmake.html</loc>
-  <lastmod>2022-06-12T23:34:58+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/sponsor.html</loc>
-  <lastmod>2022-06-12T23:34:59+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/index.html</loc>
-  <lastmod>2022-06-12T23:34:59+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/project_examples.html</loc>
-  <lastmod>2022-06-12T23:34:59+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/quickstart.html</loc>
-  <lastmod>2022-06-12T23:34:59+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/faq.html</loc>
-  <lastmod>2022-06-12T23:34:59+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/configuration.html</loc>
-  <lastmod>2022-06-12T23:35:00+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/syntax_description.html</loc>
-  <lastmod>2022-06-12T23:35:00+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/installation.html</loc>
-  <lastmod>2022-06-12T23:35:00+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/remote_build.html</loc>
-  <lastmod>2022-06-12T23:35:00+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/unity_build.html</loc>
-  <lastmod>2022-06-12T23:35:00+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/distcc_build.html</loc>
-  <lastmod>2022-06-12T23:35:00+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/trybuild.html</loc>
-  <lastmod>2022-06-12T23:35:01+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/autogen.html</loc>
-  <lastmod>2022-06-12T23:35:01+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/features/build_cache.html</loc>
-  <lastmod>2022-06-12T23:35:01+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/plugin_development.html</loc>
-  <lastmod>2022-06-12T23:35:01+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/more_plugins.html</loc>
-  <lastmod>2022-06-12T23:35:01+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/builtin_plugins.html</loc>
-  <lastmod>2022-06-12T23:35:01+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/awesome.html</loc>
-  <lastmod>2022-06-12T23:35:02+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/technical_support.html</loc>
-  <lastmod>2022-06-12T23:35:02+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/changelog.html</loc>
-  <lastmod>2022-06-12T23:35:02+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/contact.html</loc>
-  <lastmod>2022-06-12T23:35:02+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/peripheral_items.html</loc>
-  <lastmod>2022-06-12T23:35:02+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/introduction.html</loc>
-  <lastmod>2022-06-12T23:35:02+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/who_is_using_xmake.html</loc>
-  <lastmod>2022-06-12T23:35:03+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/sponsor.html</loc>
-  <lastmod>2022-06-12T23:35:03+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/course.html</loc>
-  <lastmod>2022-06-12T23:35:03+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-06-12T23:35:03+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-06-12T23:35:03+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/specification.html</loc>
-  <lastmod>2022-06-12T23:35:03+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/builtin_variables.html</loc>
-  <lastmod>2022-06-12T23:35:04+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/conditions.html</loc>
-  <lastmod>2022-06-12T23:35:04+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/custom_rule.html</loc>
-  <lastmod>2022-06-12T23:35:04+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:56+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/target_instance.html</loc>
-  <lastmod>2022-06-12T23:35:04+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/project_target.html</loc>
-  <lastmod>2022-06-12T23:35:04+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/builtin_modules.html</loc>
-  <lastmod>2022-06-12T23:35:05+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/custom_toolchain.html</loc>
-  <lastmod>2022-06-12T23:35:05+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/plugin_task.html</loc>
-  <lastmod>2022-06-12T23:35:05+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:57+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/package_dependencies.html</loc>
-  <lastmod>2022-06-12T23:35:05+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/configuration_option.html</loc>
-  <lastmod>2022-06-12T23:35:05+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/extension_modules.html</loc>
-  <lastmod>2022-06-12T23:35:05+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/helper_interfaces.html</loc>
-  <lastmod>2022-06-12T23:35:06+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/global_interfaces.html</loc>
-  <lastmod>2022-06-12T23:35:06+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/package_instance.html</loc>
-  <lastmod>2022-06-12T23:35:06+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:58+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/option_instance.html</loc>
-  <lastmod>2022-06-12T23:35:06+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/theme/builtin_themes.html</loc>
-  <lastmod>2022-06-12T23:35:06+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/theme/switch_theme.html</loc>
-  <lastmod>2022-06-12T23:35:06+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_3rd_source_library.html</loc>
-  <lastmod>2022-06-12T23:35:07+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_package_old.html</loc>
-  <lastmod>2022-06-12T23:35:07+08:00</lastmod>
+  <lastmod>2022-06-22T19:29:59+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_package.html</loc>
-  <lastmod>2022-06-12T23:35:07+08:00</lastmod>
+  <lastmod>2022-06-22T19:30:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/system_package.html</loc>
-  <lastmod>2022-06-12T23:35:07+08:00</lastmod>
+  <lastmod>2022-06-22T19:30:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/remote_package.html</loc>
-  <lastmod>2022-06-12T23:35:07+08:00</lastmod>
+  <lastmod>2022-06-22T19:30:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/toolchain/remote_toolchain.html</loc>
-  <lastmod>2022-06-12T23:35:07+08:00</lastmod>
+  <lastmod>2022-06-22T19:30:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/toolchain/builtin_toolchains.html</loc>
-  <lastmod>2022-06-12T23:35:08+08:00</lastmod>
+  <lastmod>2022-06-22T19:30:00+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-06-12T23:35:08+08:00</lastmod>
+  <lastmod>2022-06-22T19:30:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/specification.html</loc>
-  <lastmod>2022-06-12T23:35:08+08:00</lastmod>
+  <lastmod>2022-06-22T19:30:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/builtin_variables.html</loc>
-  <lastmod>2022-06-12T23:35:08+08:00</lastmod>
+  <lastmod>2022-06-22T19:30:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/conditions.html</loc>
-  <lastmod>2022-06-12T23:35:08+08:00</lastmod>
+  <lastmod>2022-06-22T19:30:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/custom_rule.html</loc>
-  <lastmod>2022-06-12T23:35:08+08:00</lastmod>
+  <lastmod>2022-06-22T19:30:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/target_instance.html</loc>
-  <lastmod>2022-06-12T23:35:09+08:00</lastmod>
+  <lastmod>2022-06-22T19:30:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/project_target.html</loc>
-  <lastmod>2022-06-12T23:35:09+08:00</lastmod>
+  <lastmod>2022-06-22T19:30:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/builtin_modules.html</loc>
-  <lastmod>2022-06-12T23:35:09+08:00</lastmod>
+  <lastmod>2022-06-22T19:30:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/custom_toolchain.html</loc>
-  <lastmod>2022-06-12T23:35:09+08:00</lastmod>
+  <lastmod>2022-06-22T19:30:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/plugin_task.html</loc>
-  <lastmod>2022-06-12T23:35:09+08:00</lastmod>
+  <lastmod>2022-06-22T19:30:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/package_dependencies.html</loc>
-  <lastmod>2022-06-12T23:35:10+08:00</lastmod>
+  <lastmod>2022-06-22T19:30:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/configuration_option.html</loc>
-  <lastmod>2022-06-12T23:35:10+08:00</lastmod>
+  <lastmod>2022-06-22T19:30:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/extension_modules.html</loc>
-  <lastmod>2022-06-12T23:35:10+08:00</lastmod>
+  <lastmod>2022-06-22T19:30:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/helper_interfaces.html</loc>
-  <lastmod>2022-06-12T23:35:10+08:00</lastmod>
+  <lastmod>2022-06-22T19:30:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/global_interfaces.html</loc>
-  <lastmod>2022-06-12T23:35:10+08:00</lastmod>
+  <lastmod>2022-06-22T19:30:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/package_instance.html</loc>
-  <lastmod>2022-06-12T23:35:10+08:00</lastmod>
+  <lastmod>2022-06-22T19:30:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/option_instance.html</loc>
-  <lastmod>2022-06-12T23:35:11+08:00</lastmod>
+  <lastmod>2022-06-22T19:30:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/theme/builtin_themes.html</loc>
-  <lastmod>2022-06-12T23:35:11+08:00</lastmod>
+  <lastmod>2022-06-22T19:30:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/theme/switch_theme.html</loc>
-  <lastmod>2022-06-12T23:35:11+08:00</lastmod>
+  <lastmod>2022-06-22T19:30:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_3rd_source_library.html</loc>
-  <lastmod>2022-06-12T23:35:11+08:00</lastmod>
+  <lastmod>2022-06-22T19:30:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_package_old.html</loc>
-  <lastmod>2022-06-12T23:35:11+08:00</lastmod>
+  <lastmod>2022-06-22T19:30:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_package.html</loc>
-  <lastmod>2022-06-12T23:35:11+08:00</lastmod>
+  <lastmod>2022-06-22T19:30:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/system_package.html</loc>
-  <lastmod>2022-06-12T23:35:12+08:00</lastmod>
+  <lastmod>2022-06-22T19:30:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/remote_package.html</loc>
-  <lastmod>2022-06-12T23:35:12+08:00</lastmod>
+  <lastmod>2022-06-22T19:30:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/toolchain/remote_toolchain.html</loc>
-  <lastmod>2022-06-12T23:35:12+08:00</lastmod>
+  <lastmod>2022-06-22T19:30:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/toolchain/builtin_toolchains.html</loc>
-  <lastmod>2022-06-12T23:35:12+08:00</lastmod>
+  <lastmod>2022-06-22T19:30:05+08:00</lastmod>
 </url>
 
 </urlset>