Browse Source

update sponsor

ruki 4 years ago
parent
commit
10eec59e8b
6 changed files with 176 additions and 88 deletions
  1. 2 0
      about/sponsor.md
  2. 42 0
      mirror/about/sponsor.html
  3. 5 5
      mirror/manual/conditions.html
  4. 42 0
      mirror/zh-cn/about/sponsor.html
  5. 83 83
      sitemap.xml
  6. 2 0
      zh-cn/about/sponsor.md

+ 2 - 0
about/sponsor.md

@@ -27,6 +27,8 @@ If you would like to support the development of xmake, welcome to donate to us.
 
 | date       | supporter                             | pay     | money  | comment                                                                 |
 |--          | --                                    | --      | --     | --                                                                      |
+| 2021.06.30 | *剑                                   | wechat   | ¥100  | 大佬牛逼,给你点个赞                                                     |
+| 2021.06.08 | Daniel Roussel                        | Paypal   | 5 EUR |                                                                         |
 | 2021.05.31 | 国栋                                  | alipay   | ¥100  | 加油 ^ O ^ ~ 做的好!                                                         |
 | 2021.05.26 | jerry                                 | alipay   | ¥100  | 感谢对开源世界的帮助!                                                                    |
 | 2021.05.02 | 乐                                    | alipay   | ¥20   |                                                                     |

+ 42 - 0
mirror/about/sponsor.html

@@ -115,6 +115,48 @@
 </thead>
 <tbody>
 <tr>
+<td>2021.06.30</td>
+<td>*剑</td>
+<td>wechat</td>
+<td>¥100</td>
+<td>大佬牛逼,给你点个赞</td>
+</tr>
+<tr>
+<td>2021.06.08</td>
+<td>Daniel Roussel</td>
+<td>Paypal</td>
+<td>5 EUR</td>
+<td></td>
+</tr>
+<tr>
+<td>2021.05.31</td>
+<td>国栋</td>
+<td>alipay</td>
+<td>¥100</td>
+<td>加油 ^ O ^ ~ 做的好!</td>
+</tr>
+<tr>
+<td>2021.05.26</td>
+<td>jerry</td>
+<td>alipay</td>
+<td>¥100</td>
+<td>感谢对开源世界的帮助!</td>
+</tr>
+<tr>
+<td>2021.05.02</td>
+<td>乐</td>
+<td>alipay</td>
+<td>¥20</td>
+<td></td>
+</tr>
+<tr>
+<td>2021.04.26</td>
+<td>灿辉</td>
+<td>alipay</td>
+<td>¥20</td>
+<td></td>
+</tr>
+<tr>
 <td>2021.04.04</td>
 <td>*烨</td>
 <td>wechat</td>

+ 5 - 5
mirror/manual/conditions.html

@@ -163,7 +163,7 @@ end
 </ul>
 <h3 id="is_arch">is_arch</h3>
 <h4 id="isthecurrentcompilationarchitecture">Is the current compilation architecture</h4>
-<p>You can this api to check the configuration command: <code>xmake f -a armv7</code></p>
+<p>You can use this api to check the configuration command: <code>xmake f -a armv7</code></p>
 <pre><code class="lang-lua">-- if the current architecture is x86_64 or i386
 if is_arch("x86_64", "i386") then
     add_files("src/xxx/*.c")
@@ -174,7 +174,7 @@ if is_arch("armv7", "arm64", "armv7s", "armv7-a") then
     -- ...
 end
 </code></pre>
-<p>And you can also use the wildchard: <code>*</code> to check all matched architectures.</p>
+<p>And you can also use the wildcard: <code>*</code> to check all matched architectures.</p>
 <pre><code class="lang-lua">-- if the current architecture is arm which contains armv7, arm64, armv7s and armv7-a ...
 if is_arch("arm*") then
     -- ...
@@ -182,7 +182,7 @@ end
 </code></pre>
 <h3 id="is_plat">is_plat</h3>
 <h4 id="isthecurrentcompilationplatform">Is the current compilation platform</h4>
-<p>You can this api to check the configuration command: <code>xmake f -p iphoneos</code></p>
+<p>You can use this api to check the configuration command: <code>xmake f -p iphoneos</code></p>
 <pre><code class="lang-lua">-- if the current platform is android
 if is_plat("android") then
     add_files("src/xxx/*.c")
@@ -240,7 +240,7 @@ end
 <p>We can also quickly view the current subsystem architecture by executing <code>xmake l os.subarch</code>.</p>
 <h3 id="is_mode">is_mode</h3>
 <h4 id="isthecurrentcompilationmode">Is the current compilation mode</h4>
-<p>You can this api to check the configuration command: <code>xmake f -m debug</code></p>
+<p>You can use this api to check the configuration command: <code>xmake f -m debug</code></p>
 <p>The compilation mode is not builtin mode for xmake, so you can set the mode value by yourself.</p>
 <p>We often use these configuration values: <code>debug</code>, <code>release</code>, <code>profile</code>, etc.</p>
 <pre><code class="lang-lua">-- if the current compilation mode is debug?
@@ -285,7 +285,7 @@ end
 </code></pre>
 <h3 id="is_kind">is_kind</h3>
 <h4 id="isthecurrenttargetkind">Is the current target kind</h4>
-<p>You can this api to check the configuration command: <code>xmake f -k [static|shared]</code></p>
+<p>You can use this api to check the configuration command: <code>xmake f -k [static|shared]</code></p>
 <pre><code class="lang-lua">target("test")
 
     -- set target kind from the configuration command

+ 42 - 0
mirror/zh-cn/about/sponsor.html

@@ -116,6 +116,48 @@
 </thead>
 <tbody>
 <tr>
+<td>2021.06.30</td>
+<td>*剑</td>
+<td>微信</td>
+<td>¥100</td>
+<td>大佬牛逼,给你点个赞</td>
+</tr>
+<tr>
+<td>2021.06.08</td>
+<td>Daniel Roussel</td>
+<td>Paypal</td>
+<td>5 EUR</td>
+<td></td>
+</tr>
+<tr>
+<td>2021.05.31</td>
+<td>国栋</td>
+<td>支付宝</td>
+<td>¥100</td>
+<td>加油 ^ O ^ ~ 做的好!</td>
+</tr>
+<tr>
+<td>2021.05.26</td>
+<td>jerry</td>
+<td>支付宝</td>
+<td>¥100</td>
+<td>感谢对开源世界的帮助!</td>
+</tr>
+<tr>
+<td>2021.05.02</td>
+<td>乐</td>
+<td>支付宝</td>
+<td>¥20</td>
+<td></td>
+</tr>
+<tr>
+<td>2021.04.26</td>
+<td>灿辉</td>
+<td>支付宝</td>
+<td>¥20</td>
+<td></td>
+</tr>
+<tr>
 <td>2021.04.04</td>
 <td>*烨</td>
 <td>微信</td>

+ 83 - 83
sitemap.xml

@@ -12,377 +12,377 @@
 
 <url>
   <loc>https://xmake.io/mirror/guide/project_examples.html</loc>
-  <lastmod>2021-05-16T11:48:06+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/other_features.html</loc>
-  <lastmod>2021-05-16T11:48:06+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/quickstart.html</loc>
-  <lastmod>2021-05-16T11:48:06+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/faq.html</loc>
-  <lastmod>2021-05-16T11:48:07+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/configuration.html</loc>
-  <lastmod>2021-05-16T11:48:07+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/syntax_description.html</loc>
-  <lastmod>2021-05-16T11:48:07+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/installation.html</loc>
-  <lastmod>2021-05-16T11:48:07+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/plugin_development.html</loc>
-  <lastmod>2021-05-16T11:48:07+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/more_plugins.html</loc>
-  <lastmod>2021-05-16T11:48:07+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/builtin_plugins.html</loc>
-  <lastmod>2021-05-16T11:48:08+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/awesome.html</loc>
-  <lastmod>2021-05-16T11:48:08+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/technical_support.html</loc>
-  <lastmod>2021-05-16T11:48:08+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/changelog.html</loc>
-  <lastmod>2021-05-16T11:48:08+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/contact.html</loc>
-  <lastmod>2021-05-16T11:48:08+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/introduction.html</loc>
-  <lastmod>2021-05-16T11:48:09+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/who_is_using_xmake.html</loc>
-  <lastmod>2021-05-16T11:48:09+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/sponsor.html</loc>
-  <lastmod>2021-05-16T11:48:09+08:00</lastmod>
-</url>
-
-<url>
-  <loc>https://xmake.io/mirror/index.html</loc>
-  <lastmod>2021-05-16T11:48:09+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/project_examples.html</loc>
-  <lastmod>2021-05-16T11:48:09+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/other_features.html</loc>
-  <lastmod>2021-05-16T11:48:09+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/quickstart.html</loc>
-  <lastmod>2021-05-16T11:48:10+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/faq.html</loc>
-  <lastmod>2021-05-16T11:48:10+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/configuration.html</loc>
-  <lastmod>2021-05-16T11:48:10+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/syntax_description.html</loc>
-  <lastmod>2021-05-16T11:48:10+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/installation.html</loc>
-  <lastmod>2021-05-16T11:48:10+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/plugin_development.html</loc>
-  <lastmod>2021-05-16T11:48:10+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/more_plugins.html</loc>
-  <lastmod>2021-05-16T11:48:11+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/builtin_plugins.html</loc>
-  <lastmod>2021-05-16T11:48:11+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/awesome.html</loc>
-  <lastmod>2021-05-16T11:48:11+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/technical_support.html</loc>
-  <lastmod>2021-05-16T11:48:11+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/changelog.html</loc>
-  <lastmod>2021-05-16T11:48:11+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/contact.html</loc>
-  <lastmod>2021-05-16T11:48:11+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/peripheral_items.html</loc>
-  <lastmod>2021-05-16T11:48:12+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/introduction.html</loc>
-  <lastmod>2021-05-16T11:48:12+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/who_is_using_xmake.html</loc>
-  <lastmod>2021-05-16T11:48:12+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/sponsor.html</loc>
-  <lastmod>2021-05-16T11:48:12+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/course.html</loc>
-  <lastmod>2021-05-16T11:48:12+08:00</lastmod>
-</url>
-
-<url>
-  <loc>https://xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-05-16T11:48:12+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-05-16T11:48:13+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/specification.html</loc>
-  <lastmod>2021-05-16T11:48:13+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/builtin_variables.html</loc>
-  <lastmod>2021-05-16T11:48:13+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/conditions.html</loc>
-  <lastmod>2021-05-16T11:48:13+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/custom_rule.html</loc>
-  <lastmod>2021-05-16T11:48:13+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/project_target.html</loc>
-  <lastmod>2021-05-16T11:48:13+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/builtin_modules.html</loc>
-  <lastmod>2021-05-16T11:48:14+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/custom_toolchain.html</loc>
-  <lastmod>2021-05-16T11:48:14+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/plugin_task.html</loc>
-  <lastmod>2021-05-16T11:48:14+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/package_dependencies.html</loc>
-  <lastmod>2021-05-16T11:48:14+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/configuration_option.html</loc>
-  <lastmod>2021-05-16T11:48:14+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/extension_modules.html</loc>
-  <lastmod>2021-05-16T11:48:15+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/global_interfaces.html</loc>
-  <lastmod>2021-05-16T11:48:15+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/theme/builtin_themes.html</loc>
-  <lastmod>2021-05-16T11:48:15+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/theme/switch_theme.html</loc>
-  <lastmod>2021-05-16T11:48:15+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:09+08:00</lastmod>
+</url>
+
+<url>
+  <loc>https://xmake.io/mirror/zh-cn/index.html</loc>
+  <lastmod>2021-06-30T18:00:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_package.html</loc>
-  <lastmod>2021-05-16T11:48:15+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/system_package.html</loc>
-  <lastmod>2021-05-16T11:48:15+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/remote_package.html</loc>
-  <lastmod>2021-05-16T11:48:16+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-05-16T11:48:16+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/specification.html</loc>
-  <lastmod>2021-05-16T11:48:16+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/builtin_variables.html</loc>
-  <lastmod>2021-05-16T11:48:16+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/conditions.html</loc>
-  <lastmod>2021-05-16T11:48:16+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/custom_rule.html</loc>
-  <lastmod>2021-05-16T11:48:16+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/project_target.html</loc>
-  <lastmod>2021-05-16T11:48:17+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/package_interface.html</loc>
-  <lastmod>2021-05-16T11:48:17+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/builtin_modules.html</loc>
-  <lastmod>2021-05-16T11:48:17+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/custom_toolchain.html</loc>
-  <lastmod>2021-05-16T11:48:17+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/plugin_task.html</loc>
-  <lastmod>2021-05-16T11:48:17+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/package_dependencies.html</loc>
-  <lastmod>2021-05-16T11:48:17+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/configuration_option.html</loc>
-  <lastmod>2021-05-16T11:48:18+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/extension_modules.html</loc>
-  <lastmod>2021-05-16T11:48:18+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/global_interfaces.html</loc>
-  <lastmod>2021-05-16T11:48:18+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/theme/builtin_themes.html</loc>
-  <lastmod>2021-05-16T11:48:18+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/theme/switch_theme.html</loc>
-  <lastmod>2021-05-16T11:48:18+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:12+08:00</lastmod>
+</url>
+
+<url>
+  <loc>https://xmake.io/mirror/index.html</loc>
+  <lastmod>2021-06-30T18:00:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_package.html</loc>
-  <lastmod>2021-05-16T11:48:18+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/system_package.html</loc>
-  <lastmod>2021-05-16T11:48:19+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/remote_package.html</loc>
-  <lastmod>2021-05-16T11:48:19+08:00</lastmod>
+  <lastmod>2021-06-30T18:00:12+08:00</lastmod>
 </url>
 
 </urlset>

+ 2 - 0
zh-cn/about/sponsor.md

@@ -29,6 +29,8 @@ xmake项目属于个人开源项目,它的发展需要您的帮助,如果您
 
 | 日期       | 支持者                                | 渠道     | 金额   | 评价                                                                    |
 |--          | --                                    | --       | --     | --                                                                      |
+| 2021.06.30 | *剑                                   | 微信     | ¥100  | 大佬牛逼,给你点个赞                                                     |
+| 2021.06.08 | Daniel Roussel                        | Paypal   | 5 EUR |                                                                         |
 | 2021.05.31 | 国栋                                  | 支付宝   | ¥100  | 加油 ^ O ^ ~ 做的好!                                                         |
 | 2021.05.26 | jerry                                 | 支付宝   | ¥100  | 感谢对开源世界的帮助!                                                                    |
 | 2021.05.02 | 乐                                    | 支付宝   | ¥20   |                                                                     |