Skip to content

chore(site): update VITE_PLAYGROUND_URL path and upgrade the practice site version to 3.23 #3417

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/sites/env/.env.pages
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ VITE_BUILD_TARGET='inner'
VITE_APP_MODE='pc'

VITE_APP_BUILD_BASE_URL='/tiny-vue/'
VITE_PLAYGROUND_URL=/playground.html
VITE_PLAYGROUND_URL=/tiny-vue/playground.html
4 changes: 2 additions & 2 deletions examples/sites/playground/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import logoUrl from './assets/opentiny-logo.svg?url'
import GitHub from './icons/Github.vue'
import Share from './icons/Share.vue'

const VERSION = 'tiny-vue-version-3.22'
const VERSION = 'tiny-vue-version-3.23'
const NOTIFY_KEY = 'tiny-vue-playground-notify'
const LAYOUT = 'playground-layout'
const LAYOUT_REVERSE = 'playground-layout-reverse'
Expand All @@ -23,7 +23,7 @@ const isMobileFirst = tinyMode === 'mobile-first'
const isSaas = tinyTheme === 'saas'
const isPreview = searchObj.get('openMode') === 'preview' // 是否多端弹窗预览

const versions = ['3.22', '3.21', '3.20']
const versions = ['3.23', '3.22', '3.21']
const getVersion = () => {
if (isPreview) {
return versions[0]
Expand Down
Loading