Commit 89a67320 by Administrator

md

1 parent 6dfc93e7
......@@ -12,12 +12,12 @@ if [ ! -z "$1" ]; then
rm -f assets/dist.zip
cd assets
if [ "$1" == 'dev' ]; then
wget https://bxe-obs.banxiaoer.com/fronts/material/xehybrid/assets/basepkg/base-dev.zip
wget https://bxe.obs.cn-north-4.myhuaweicloud.com/fronts/material/xehybrid/assets/basepkg/base-dev.zip
cp -f base-dev.zip $base_root/assets/dist.zip
echo 'wget dev is done '
fi
if [ "$1" == 'pro' ]; then
wget https://bxe-obs.banxiaoer.com/fronts/material/xehybrid/assets/basepkg/base-pro.zip
wget https://bxe.obs.cn-north-4.myhuaweicloud.com/fronts/material/xehybrid/assets/basepkg/base-pro.zip
cp -f base-pro.zip $base_root/assets/dist.zip
echo 'wget pro is done '
fi
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!