From 4523fed5721e43768401b47bb1e9a81de2b4e3bd Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 20 Oct 2021 21:56:51 +0800 Subject: [PATCH] change --- Makefile | 1 + share/const.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"