1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-12-26 17:38:21 +01:00

Merge pull request #35 from lxsang/master

update script
This commit is contained in:
Xuan Sang LE 2020-12-18 21:57:22 +01:00 committed by GitHub
commit 71a661bc4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 4 deletions

Binary file not shown.

View File

@ -337,4 +337,11 @@ table.hljs-ln tr, table.hljs-ln td {
table.hljs-ln td {
padding: 3px 3px !important;
}
}
table.hljs-ln {
margin: 0 !important;
}
.markdown-body pre {
padding: 10px !important;
margin-bottom: 0 !important;
}

View File

@ -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..."