Skip to content

Commit d02b314

Browse files
authored
chore(site): 更新VITE_PLAYGROUND_URL路径并升级演练场版本号至3.23 (#3417)
1 parent c43a7b9 commit d02b314

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/sites/env/.env.pages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ VITE_BUILD_TARGET='inner'
55
VITE_APP_MODE='pc'
66

77
VITE_APP_BUILD_BASE_URL='/tiny-vue/'
8-
VITE_PLAYGROUND_URL=/playground.html
8+
VITE_PLAYGROUND_URL=/tiny-vue/playground.html

examples/sites/playground/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import logoUrl from './assets/opentiny-logo.svg?url'
1111
import GitHub from './icons/Github.vue'
1212
import Share from './icons/Share.vue'
1313
14-
const VERSION = 'tiny-vue-version-3.22'
14+
const VERSION = 'tiny-vue-version-3.23'
1515
const NOTIFY_KEY = 'tiny-vue-playground-notify'
1616
const LAYOUT = 'playground-layout'
1717
const LAYOUT_REVERSE = 'playground-layout-reverse'
@@ -23,7 +23,7 @@ const isMobileFirst = tinyMode === 'mobile-first'
2323
const isSaas = tinyTheme === 'saas'
2424
const isPreview = searchObj.get('openMode') === 'preview' // 是否多端弹窗预览
2525
26-
const versions = ['3.22', '3.21', '3.20']
26+
const versions = ['3.23', '3.22', '3.21']
2727
const getVersion = () => {
2828
if (isPreview) {
2929
return versions[0]

0 commit comments

Comments
 (0)