Skip to content

Commit

Permalink
feat: update playground versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zzcr committed Oct 29, 2024
1 parent d615c3b commit 299d7fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/sites/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-docs",
"version": "3.19.2",
"version": "3.19.3",
"license": "MIT",
"scripts": {
"start": "vite",
Expand Down
2 changes: 1 addition & 1 deletion examples/sites/playground/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const isMobileFirst = tinyMode === 'mobile-first'
const isSaas = tinyTheme === 'saas'
const isPreview = searchObj.get('openMode') === 'preview' // 是否多端弹窗预览
const versions = ['3.18', '3.17', '3.16', '3.15', '3.14', '3.13', '3.12', '3.11', '3.10', '3.9', '3.8']
const versions = ['3.19', '3.18', '3.17', '3.16', '3.15', '3.14', '3.13', '3.12', '3.11', '3.10', '3.9', '3.8']
const latestVersion = isPreview ? versions[0] : localStorage.getItem(VERSION) || versions[0]
const cdnHost = localStorage.getItem('setting-cdn')
Expand Down

0 comments on commit 299d7fe

Please sign in to comment.