更新 CLI 版本至 0.1.33,重构构建配置,添加新的路由和中间件,增强身份验证支持
This commit is contained in:
@@ -4,7 +4,7 @@ import { useContextKey } from '@kevisual/context'
|
||||
|
||||
// 将多个子命令加入主程序中
|
||||
const version = useContextKey('version', () => {
|
||||
let version = '0.0.64';
|
||||
let version = '0.1.33';
|
||||
try {
|
||||
// @ts-ignore
|
||||
if (ENVISION_VERSION) version = ENVISION_VERSION;
|
||||
|
||||
Reference in New Issue
Block a user