diff options
| author | ruki <waruqi@gmail.com> | 2018-08-22 23:26:41 +0800 |
|---|---|---|
| committer | ruki <waruqi@gmail.com> | 2018-08-22 14:40:10 +0800 |
| commit | a21620cb0ad717d50192b2de6544017c0ab57a05 (patch) | |
| tree | 2c2d7f3f8c003941f678d2dac78d24586dd7fecb /landing | |
| parent | bc0b62c94748eb4c174502c4d5dc791ed2f027e7 (diff) | |
| download | xmake-docs-a21620cb0ad717d50192b2de6544017c0ab57a05.tar.gz xmake-docs-a21620cb0ad717d50192b2de6544017c0ab57a05.zip | |
add show code image
Diffstat (limited to 'landing')
| -rw-r--r-- | landing/index.cn.md | 6 | ||||
| -rw-r--r-- | landing/index.md | 6 |
2 files changed, 2 insertions, 10 deletions
diff --git a/landing/index.cn.md b/landing/index.cn.md index ee6e9733..9bb052fd 100644 --- a/landing/index.cn.md +++ b/landing/index.cn.md @@ -25,11 +25,7 @@ Invoke-Expression (Invoke-Webrequest 'https://raw.githubusercontent.com/tboox/xm ## 简单的工程描述 -```lua -target("console") - set_kind("binary") - add_files("src/*.c") -``` +<img src="/assets/img/index/showcode1.png" width="50%" /> ## 构建工程 diff --git a/landing/index.md b/landing/index.md index 9352535f..d222d5bf 100644 --- a/landing/index.md +++ b/landing/index.md @@ -25,11 +25,7 @@ Invoke-Expression (Invoke-Webrequest 'https://raw.githubusercontent.com/tboox/xm ## Simple description -```lua -target("console") - set_kind("binary") - add_files("src/*.c") -``` +<img src="/assets/img/index/showcode1.png" width="50%" /> ## Build project |
