Skip to content

Commit

Permalink
feat: update v3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kongjing committed Mar 7, 2023
1 parent 502ae14 commit c5e4fdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default function PageLayout() {
<img className={`${preCls}-logo`} src={__vantui_base__.logo} />
<div className={`${preCls}-uiname`}>{__vantui_base__.title}</div>
<div className={`${preCls}-version`}>
{__vantui_base__.version ? `v${__vantui_base__.version}` : ''}
{__vantui_base__.version ? `v3-预览` : ''}
</div>
</div>
<div className={`${preCls}-links`}>
Expand Down
2 changes: 1 addition & 1 deletion packages/vantui-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"real:alipay": "cross-env NODE_ENV=production API_ENV=real npx taro build --type alipay",
"real:tt": "cross-env NODE_ENV=production API_ENV=real npx taro build --type tt",
"real:h5": "cross-env NODE_ENV=production API_ENV=real PUBLIC_PATH=https://x.x.com/${API_ENV}/${pkgName}/${version}/ npx taro build --type h5",
"real:h5Doc": "cross-env NODE_ENV=production API_ENV=real PUBLIC_PATH=/vantui/ npx taro build --type h5",
"real:h5Doc": "cross-env NODE_ENV=production API_ENV=real PUBLIC_PATH=/vantui/v3/ npx taro build --type h5",
"build": "cross-env NODE_ENV=production npx taro build --type weapp",
"test:watch": "",
"test": ""
Expand Down

0 comments on commit c5e4fdc

Please sign in to comment.