发布 v0.7.0

This commit is contained in:
Max 2021-10-07 20:01:10 +08:00
parent 7169124426
commit df925bf701

View file

@ -144,6 +144,9 @@ xiang: bindata
release: clean release: clean
mkdir -p dist/release mkdir -p dist/release
git clone https://github.com/YaoApp/xiang dist/release git clone https://github.com/YaoApp/xiang dist/release
git clone https://github.com/YaoApp/kun dist/kun
git clone https://github.com/YaoApp/xun dist/xun
git clone https://github.com/YaoApp/gou dist/gou
# UI制品 # UI制品
git clone https://github.com/YaoApp/xiang-ui .tmp/ui git clone https://github.com/YaoApp/xiang-ui .tmp/ui
@ -183,6 +186,7 @@ hi:
.PHONY: clean .PHONY: clean
clean: clean:
rm -rf ./tmp rm -rf ./tmp
rm -rf .tmp
rm -rf dist rm -rf dist