diff options
Diffstat (limited to 'landing')
| -rw-r--r-- | landing/index.cn.md | 12 | ||||
| -rw-r--r-- | landing/index.md | 12 |
2 files changed, 22 insertions, 2 deletions
diff --git a/landing/index.cn.md b/landing/index.cn.md index d599c61a..9a9293a3 100644 --- a/landing/index.cn.md +++ b/landing/index.cn.md @@ -56,6 +56,14 @@ $ xmake f -p [windows|linux|macosx|android|iphoneos ..] -a [x86|arm64 ..] -m [de $ xmake ``` +## 图形化菜单配置 + +```bash +$ xmake f --menu +``` + +<img src="/assets/img/index/menuconf.gif" width="60%" /> + ## 支持特性 * Tasks @@ -193,7 +201,9 @@ target("test") ## 演示视频 -[](https://asciinema.org/a/133693) +<a href="https://asciinema.org/a/133693"> +<img src="https://asciinema.org/a/133693.png" width="60%" /> +</a> ## 联系方式 diff --git a/landing/index.md b/landing/index.md index f6a62f27..70d027c8 100644 --- a/landing/index.md +++ b/landing/index.md @@ -56,6 +56,14 @@ $ xmake f -p [windows|linux|macosx|android|iphoneos ..] -a [x86|arm64 ..] -m [de $ xmake ``` +## Menu configuration + +```bash +$ xmake f --menu +``` + +<img src="/assets/img/index/menuconf.gif" width="60%" /> + ## Support features * Tasks @@ -193,7 +201,9 @@ Some projects using xmake: ## Example Video -[](https://asciinema.org/a/133693) +<a href="https://asciinema.org/a/133693"> +<img src="https://asciinema.org/a/133693.png" width="60%" /> +</a> ## Contacts |
