Browse Source

autoupdate docs by xmake-repo/ci

ruki 2 years ago
parent
commit
08bb06fd9f

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: dartsim, gtk4, port**
+- **Recently added: nativefiledialog-extended, dartsim, gtk4**
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)

+ 1 - 1
_sidebar.md

@@ -1,7 +1,7 @@
 - Getting Started
   - [Sponsor](https://xmake.io/#/about/sponsor)
   - [Quick Start](getting_started.md)
-- Packages (866)
+- Packages (867)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 5 - 1
mirror/packages/android.html

@@ -1807,8 +1807,12 @@
 <td><a href="https://github.com/jarro2783/cxxopts">https://github.com/jarro2783/cxxopts</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>v2.2.0, v3.0.0</td>
+<td>v2.2.0, v3.0.0, v3.1.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 5 - 1
mirror/packages/bsd.html

@@ -1700,8 +1700,12 @@
 <td><a href="https://github.com/jarro2783/cxxopts">https://github.com/jarro2783/cxxopts</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>v2.2.0, v3.0.0</td>
+<td>v2.2.0, v3.0.0, v3.1.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 6 - 2
mirror/packages/cross.html

@@ -1519,8 +1519,12 @@
 <td><a href="https://github.com/jarro2783/cxxopts">https://github.com/jarro2783/cxxopts</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>v2.2.0, v3.0.0</td>
+<td>v2.2.0, v3.0.0, v3.1.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -1632,7 +1636,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.14.2</td>
+<td>1.14.2, 1.14.6</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 5 - 1
mirror/packages/iphoneos.html

@@ -1663,8 +1663,12 @@
 <td><a href="https://github.com/jarro2783/cxxopts">https://github.com/jarro2783/cxxopts</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>v2.2.0, v3.0.0</td>
+<td>v2.2.0, v3.0.0, v3.1.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 39 - 2
mirror/packages/linux.html

@@ -3792,8 +3792,12 @@
 <td><a href="https://github.com/jarro2783/cxxopts">https://github.com/jarro2783/cxxopts</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>v2.2.0, v3.0.0</td>
+<td>v2.2.0, v3.0.0, v3.1.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -4049,7 +4053,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.14.2</td>
+<td>1.14.2, 1.14.6</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -18756,6 +18760,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nativefiledialog")
 </code></pre>
+<h3 id="nativefiledialogextendedlinux">nativefiledialog-extended (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross platform (Windows, Mac, Linux) native file dialog library with C and C++ bindings, based on mlabbe/nativefiledialog.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/btzy/nativefiledialog-extended">https://github.com/btzy/nativefiledialog-extended</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nativefiledialog-extended/xmake.lua">nativefiledialog-extended/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install nativefiledialog-extended
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nativefiledialog-extended")
+</code></pre>
 <h3 id="ncurseslinux">ncurses (linux)</h3>
 <table>
 <thead>

+ 39 - 2
mirror/packages/macosx.html

@@ -3438,8 +3438,12 @@
 <td><a href="https://github.com/jarro2783/cxxopts">https://github.com/jarro2783/cxxopts</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>v2.2.0, v3.0.0</td>
+<td>v2.2.0, v3.0.0, v3.1.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -3695,7 +3699,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.14.2</td>
+<td>1.14.2, 1.14.6</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -17406,6 +17410,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nativefiledialog")
 </code></pre>
+<h3 id="nativefiledialogextendedmacosx">nativefiledialog-extended (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross platform (Windows, Mac, Linux) native file dialog library with C and C++ bindings, based on mlabbe/nativefiledialog.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/btzy/nativefiledialog-extended">https://github.com/btzy/nativefiledialog-extended</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nativefiledialog-extended/xmake.lua">nativefiledialog-extended/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install nativefiledialog-extended
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nativefiledialog-extended")
+</code></pre>
 <h3 id="ncursesmacosx">ncurses (macosx)</h3>
 <table>
 <thead>

+ 5 - 1
mirror/packages/mingw.html

@@ -1848,8 +1848,12 @@
 <td><a href="https://github.com/jarro2783/cxxopts">https://github.com/jarro2783/cxxopts</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>v2.2.0, v3.0.0</td>
+<td>v2.2.0, v3.0.0, v3.1.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 5 - 1
mirror/packages/msys.html

@@ -1482,8 +1482,12 @@
 <td><a href="https://github.com/jarro2783/cxxopts">https://github.com/jarro2783/cxxopts</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>v2.2.0, v3.0.0</td>
+<td>v2.2.0, v3.0.0, v3.1.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 5 - 1
mirror/packages/wasm.html

@@ -1449,8 +1449,12 @@
 <td><a href="https://github.com/jarro2783/cxxopts">https://github.com/jarro2783/cxxopts</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>v2.2.0, v3.0.0</td>
+<td>v2.2.0, v3.0.0, v3.1.1</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 39 - 2
mirror/packages/windows.html

@@ -3409,8 +3409,12 @@
 <td><a href="https://github.com/jarro2783/cxxopts">https://github.com/jarro2783/cxxopts</a></td>
 </tr>
 <tr>
+<td>License</td>
+<td>MIT</td>
+</tr>
+<tr>
 <td>Versions</td>
-<td>v2.2.0, v3.0.0</td>
+<td>v2.2.0, v3.0.0, v3.1.1</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -3670,7 +3674,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>1.14.2</td>
+<td>1.14.2, 1.14.6</td>
 </tr>
 <tr>
 <td>Architectures</td>
@@ -14757,6 +14761,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nativefiledialog")
 </code></pre>
+<h3 id="nativefiledialogextendedwindows">nativefiledialog-extended (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Cross platform (Windows, Mac, Linux) native file dialog library with C and C++ bindings, based on mlabbe/nativefiledialog.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/btzy/nativefiledialog-extended">https://github.com/btzy/nativefiledialog-extended</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v1.0.2</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nativefiledialog-extended/xmake.lua">nativefiledialog-extended/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install nativefiledialog-extended
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("nativefiledialog-extended")
+</code></pre>
 <h3 id="ndkwindows">ndk (windows)</h3>
 <table>
 <thead>

+ 2 - 1
packages/android.md

@@ -1142,7 +1142,8 @@ add_requires("ctre")
 | Description | *Lightweight C++ command line option parser* |
 | -- | -- |
 | Homepage | [https://github.com/jarro2783/cxxopts](https://github.com/jarro2783/cxxopts) |
-| Versions | v2.2.0, v3.0.0 |
+| License | MIT |
+| Versions | v2.2.0, v3.0.0, v3.1.1 |
 | Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
 | Definition | [cxxopts/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cxxopts/xmake.lua) |
 

+ 2 - 1
packages/bsd.md

@@ -1071,7 +1071,8 @@ add_requires("ctre")
 | Description | *Lightweight C++ command line option parser* |
 | -- | -- |
 | Homepage | [https://github.com/jarro2783/cxxopts](https://github.com/jarro2783/cxxopts) |
-| Versions | v2.2.0, v3.0.0 |
+| License | MIT |
+| Versions | v2.2.0, v3.0.0, v3.1.1 |
 | Architectures | i386, x86_64 |
 | Definition | [cxxopts/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cxxopts/xmake.lua) |
 

+ 3 - 2
packages/cross.md

@@ -952,7 +952,8 @@ add_requires("ctre")
 | Description | *Lightweight C++ command line option parser* |
 | -- | -- |
 | Homepage | [https://github.com/jarro2783/cxxopts](https://github.com/jarro2783/cxxopts) |
-| Versions | v2.2.0, v3.0.0 |
+| License | MIT |
+| Versions | v2.2.0, v3.0.0, v3.1.1 |
 | Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [cxxopts/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cxxopts/xmake.lua) |
 
@@ -1026,7 +1027,7 @@ add_requires("dbg-macro")
 | -- | -- |
 | Homepage | [https://www.freedesktop.org/wiki/Software/dbus/](https://www.freedesktop.org/wiki/Software/dbus/) |
 | License | MIT |
-| Versions | 1.14.2 |
+| Versions | 1.14.2, 1.14.6 |
 | Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
 | Definition | [dbus/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dbus/xmake.lua) |
 

+ 2 - 1
packages/iphoneos.md

@@ -1047,7 +1047,8 @@ add_requires("ctre")
 | Description | *Lightweight C++ command line option parser* |
 | -- | -- |
 | Homepage | [https://github.com/jarro2783/cxxopts](https://github.com/jarro2783/cxxopts) |
-| Versions | v2.2.0, v3.0.0 |
+| License | MIT |
+| Versions | v2.2.0, v3.0.0, v3.1.1 |
 | Architectures | arm64, x86_64 |
 | Definition | [cxxopts/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cxxopts/xmake.lua) |
 

+ 26 - 2
packages/linux.md

@@ -2466,7 +2466,8 @@ add_requires("cumem")
 | Description | *Lightweight C++ command line option parser* |
 | -- | -- |
 | Homepage | [https://github.com/jarro2783/cxxopts](https://github.com/jarro2783/cxxopts) |
-| Versions | v2.2.0, v3.0.0 |
+| License | MIT |
+| Versions | v2.2.0, v3.0.0, v3.1.1 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [cxxopts/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cxxopts/xmake.lua) |
 
@@ -2635,7 +2636,7 @@ add_requires("dbg-macro")
 | -- | -- |
 | Homepage | [https://www.freedesktop.org/wiki/Software/dbus/](https://www.freedesktop.org/wiki/Software/dbus/) |
 | License | MIT |
-| Versions | 1.14.2 |
+| Versions | 1.14.2, 1.14.6 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [dbus/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dbus/xmake.lua) |
 
@@ -12485,6 +12486,29 @@ add_requires("nativefiledialog")
 ```
 
 
+### nativefiledialog-extended (linux)
+
+
+| Description | *Cross platform (Windows, Mac, Linux) native file dialog library with C and C++ bindings, based on mlabbe/nativefiledialog.* |
+| -- | -- |
+| Homepage | [https://github.com/btzy/nativefiledialog-extended](https://github.com/btzy/nativefiledialog-extended) |
+| Versions | v1.0.2 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [nativefiledialog-extended/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nativefiledialog-extended/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install nativefiledialog-extended
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nativefiledialog-extended")
+```
+
+
 ### ncurses (linux)
 
 

+ 26 - 2
packages/macosx.md

@@ -2230,7 +2230,8 @@ add_requires("ctre")
 | Description | *Lightweight C++ command line option parser* |
 | -- | -- |
 | Homepage | [https://github.com/jarro2783/cxxopts](https://github.com/jarro2783/cxxopts) |
-| Versions | v2.2.0, v3.0.0 |
+| License | MIT |
+| Versions | v2.2.0, v3.0.0, v3.1.1 |
 | Architectures | arm64, x86_64 |
 | Definition | [cxxopts/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cxxopts/xmake.lua) |
 
@@ -2399,7 +2400,7 @@ add_requires("dbg-macro")
 | -- | -- |
 | Homepage | [https://www.freedesktop.org/wiki/Software/dbus/](https://www.freedesktop.org/wiki/Software/dbus/) |
 | License | MIT |
-| Versions | 1.14.2 |
+| Versions | 1.14.2, 1.14.6 |
 | Architectures | arm64, x86_64 |
 | Definition | [dbus/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dbus/xmake.lua) |
 
@@ -11587,6 +11588,29 @@ add_requires("nativefiledialog")
 ```
 
 
+### nativefiledialog-extended (macosx)
+
+
+| Description | *Cross platform (Windows, Mac, Linux) native file dialog library with C and C++ bindings, based on mlabbe/nativefiledialog.* |
+| -- | -- |
+| Homepage | [https://github.com/btzy/nativefiledialog-extended](https://github.com/btzy/nativefiledialog-extended) |
+| Versions | v1.0.2 |
+| Architectures | arm64, x86_64 |
+| Definition | [nativefiledialog-extended/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nativefiledialog-extended/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install nativefiledialog-extended
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nativefiledialog-extended")
+```
+
+
 ### ncurses (macosx)
 
 

+ 2 - 1
packages/mingw.md

@@ -1167,7 +1167,8 @@ add_requires("ctre")
 | Description | *Lightweight C++ command line option parser* |
 | -- | -- |
 | Homepage | [https://github.com/jarro2783/cxxopts](https://github.com/jarro2783/cxxopts) |
-| Versions | v2.2.0, v3.0.0 |
+| License | MIT |
+| Versions | v2.2.0, v3.0.0, v3.1.1 |
 | Architectures | arm, arm64, i386, x86_64 |
 | Definition | [cxxopts/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cxxopts/xmake.lua) |
 

+ 2 - 1
packages/msys.md

@@ -928,7 +928,8 @@ add_requires("ctre")
 | Description | *Lightweight C++ command line option parser* |
 | -- | -- |
 | Homepage | [https://github.com/jarro2783/cxxopts](https://github.com/jarro2783/cxxopts) |
-| Versions | v2.2.0, v3.0.0 |
+| License | MIT |
+| Versions | v2.2.0, v3.0.0, v3.1.1 |
 | Architectures | i386, x86_64 |
 | Definition | [cxxopts/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cxxopts/xmake.lua) |
 

+ 2 - 1
packages/wasm.md

@@ -905,7 +905,8 @@ add_requires("ctre")
 | Description | *Lightweight C++ command line option parser* |
 | -- | -- |
 | Homepage | [https://github.com/jarro2783/cxxopts](https://github.com/jarro2783/cxxopts) |
-| Versions | v2.2.0, v3.0.0 |
+| License | MIT |
+| Versions | v2.2.0, v3.0.0, v3.1.1 |
 | Architectures | wasm32 |
 | Definition | [cxxopts/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cxxopts/xmake.lua) |
 

+ 26 - 2
packages/windows.md

@@ -2208,7 +2208,8 @@ add_requires("cumem")
 | Description | *Lightweight C++ command line option parser* |
 | -- | -- |
 | Homepage | [https://github.com/jarro2783/cxxopts](https://github.com/jarro2783/cxxopts) |
-| Versions | v2.2.0, v3.0.0 |
+| License | MIT |
+| Versions | v2.2.0, v3.0.0, v3.1.1 |
 | Architectures | arm64, x64, x86 |
 | Definition | [cxxopts/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cxxopts/xmake.lua) |
 
@@ -2378,7 +2379,7 @@ add_requires("dbg-macro")
 | -- | -- |
 | Homepage | [https://www.freedesktop.org/wiki/Software/dbus/](https://www.freedesktop.org/wiki/Software/dbus/) |
 | License | MIT |
-| Versions | 1.14.2 |
+| Versions | 1.14.2, 1.14.6 |
 | Architectures | arm64, x64, x86 |
 | Definition | [dbus/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/d/dbus/xmake.lua) |
 
@@ -9767,6 +9768,29 @@ add_requires("nativefiledialog")
 ```
 
 
+### nativefiledialog-extended (windows)
+
+
+| Description | *Cross platform (Windows, Mac, Linux) native file dialog library with C and C++ bindings, based on mlabbe/nativefiledialog.* |
+| -- | -- |
+| Homepage | [https://github.com/btzy/nativefiledialog-extended](https://github.com/btzy/nativefiledialog-extended) |
+| Versions | v1.0.2 |
+| Architectures | arm64, x64, x86 |
+| Definition | [nativefiledialog-extended/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/n/nativefiledialog-extended/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install nativefiledialog-extended
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("nativefiledialog-extended")
+```
+
+
 ### ndk (windows)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-03-26T07:51:27+08:00</lastmod>
+  <lastmod>2023-03-27T01:46:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2023-03-26T07:51:30+08:00</lastmod>
+  <lastmod>2023-03-27T01:46:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-03-26T07:51:30+08:00</lastmod>
+  <lastmod>2023-03-27T01:46:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-03-26T07:51:30+08:00</lastmod>
+  <lastmod>2023-03-27T01:46:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-03-26T07:51:30+08:00</lastmod>
+  <lastmod>2023-03-27T01:46:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2023-03-26T07:51:31+08:00</lastmod>
+  <lastmod>2023-03-27T01:46:19+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2023-03-26T07:51:31+08:00</lastmod>
+  <lastmod>2023-03-27T01:46:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2023-03-26T07:51:31+08:00</lastmod>
+  <lastmod>2023-03-27T01:46:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2023-03-26T07:51:32+08:00</lastmod>
+  <lastmod>2023-03-27T01:46:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2023-03-26T07:51:32+08:00</lastmod>
+  <lastmod>2023-03-27T01:46:20+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2023-03-26T07:51:32+08:00</lastmod>
+  <lastmod>2023-03-27T01:46:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2023-03-26T07:51:32+08:00</lastmod>
+  <lastmod>2023-03-27T01:46:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2023-03-26T07:51:33+08:00</lastmod>
+  <lastmod>2023-03-27T01:46:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2023-03-26T07:51:33+08:00</lastmod>
+  <lastmod>2023-03-27T01:46:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2023-03-26T07:51:33+08:00</lastmod>
+  <lastmod>2023-03-27T01:46:22+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: dartsim, gtk4, port**
+- **Recently added: nativefiledialog-extended, dartsim, gtk4**
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [GitHub](https://github.com/xmake-io/xrepo/)

+ 1 - 1
zh-cn/_sidebar.md

@@ -1,7 +1,7 @@
 - 快速入门
   - [赞助](https://xmake.io/#/zh-cn/about/sponsor)
   - [快速上手](zh-cn/getting_started.md)
-- 包列表 (866)
+- 包列表 (867)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)