diff options
| author | ruki <waruqi@gmail.com> | 2018-02-03 19:27:08 +0800 |
|---|---|---|
| committer | ruki <waruqi@gmail.com> | 2018-02-03 19:27:08 +0800 |
| commit | ef68053cbc51558afb668c2b031afc30a4edfe79 (patch) | |
| tree | bbe93a603a216bc5e06a7f51aa4a90dda2194de6 /landing | |
| parent | f368bb038884609a69c0e326cb684a72b72de819 (diff) | |
| download | xmake-docs-ef68053cbc51558afb668c2b031afc30a4edfe79.tar.gz xmake-docs-ef68053cbc51558afb668c2b031afc30a4edfe79.zip | |
add menuconf to index
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 |
