diff --git a/dist/antd_web_apps.tar.gz b/dist/antd_web_apps.tar.gz index d51d560..441b47c 100644 Binary files a/dist/antd_web_apps.tar.gz and b/dist/antd_web_apps.tar.gz differ diff --git a/doc/assets/style.css b/doc/assets/style.css index 729c3be..dbeb310 100644 --- a/doc/assets/style.css +++ b/doc/assets/style.css @@ -337,4 +337,11 @@ table.hljs-ln tr, table.hljs-ln td { table.hljs-ln td { padding: 3px 3px !important; -} \ No newline at end of file +} +table.hljs-ln { + margin: 0 !important; +} +.markdown-body pre { + padding: 10px !important; + margin-bottom: 0 !important; +} diff --git a/get/shs/antos.sh b/get/shs/antos.sh index cda4821..e2c32c3 100755 --- a/get/shs/antos.sh +++ b/get/shs/antos.sh @@ -95,8 +95,8 @@ rm antd_web_apps.tar.gz rm -r ci blog doc index.ls info talk get cd /opt/www/htdocs/os -wget --no-check-certificate "https://github.com/lxsang/antos/raw/master/release/antos-1.0.0.tar.gz" -tar xvzf antos-1.0.0.tar.gz -rm antos-1.0.0.tar.gz +wget --no-check-certificate "https://github.com/lxsang/antos/raw/master/release/antos-1.1.2.tar.gz" +tar xvzf antos-1.1.2.tar.gz +rm antos-1.1.2.tar.gz echo "Install done..." \ No newline at end of file