diff --git a/Makefile b/Makefile index f39ef7ce..779e3d26 100644 --- a/Makefile +++ b/Makefile @@ -150,6 +150,7 @@ release: clean # UI制品 git clone https://github.com/YaoApp/xiang-ui .tmp/ui + sed "s/defineConfig({/defineConfig({base:'\/xiang\/',/g" .tmp/ui/.umirc.ts cd .tmp/ui && yarn install && yarn build rm -rf dist/release/ui mv .tmp/ui/dist dist/release/ui diff --git a/share/const.go b/share/const.go index a851dad8..9dbd745c 100644 --- a/share/const.go +++ b/share/const.go @@ -5,7 +5,7 @@ import ( ) // VERSION 版本号 -const VERSION = "0.8.12" +const VERSION = "0.8.13" // DOMAIN 许可域 const DOMAIN = "*.iqka.com"