File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ VITE_BUILD_TARGET='inner'
5
5
VITE_APP_MODE='pc'
6
6
7
7
VITE_APP_BUILD_BASE_URL='/tiny-vue/'
8
- VITE_PLAYGROUND_URL=/playground.html
8
+ VITE_PLAYGROUND_URL=/tiny-vue/ playground.html
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import logoUrl from './assets/opentiny-logo.svg?url'
11
11
import GitHub from './icons/Github.vue'
12
12
import Share from './icons/Share.vue'
13
13
14
- const VERSION = 'tiny-vue-version-3.22 '
14
+ const VERSION = 'tiny-vue-version-3.23 '
15
15
const NOTIFY_KEY = 'tiny-vue-playground-notify'
16
16
const LAYOUT = 'playground-layout'
17
17
const LAYOUT_REVERSE = 'playground-layout-reverse'
@@ -23,7 +23,7 @@ const isMobileFirst = tinyMode === 'mobile-first'
23
23
const isSaas = tinyTheme === 'saas'
24
24
const isPreview = searchObj.get('openMode') === 'preview' // 是否多端弹窗预览
25
25
26
- const versions = ['3.22 ', '3.21 ', '3.20 ']
26
+ const versions = ['3.23 ', '3.22 ', '3.21 ']
27
27
const getVersion = () => {
28
28
if (isPreview) {
29
29
return versions[0]
You can’t perform that action at this time.
0 commit comments