chore: freeze guide and explain update

This commit is contained in:
lyf
2026-06-24 18:00:25 +08:00
parent feb7310a46
commit 67c6609ae6
104 changed files with 3203572 additions and 40713 deletions

View File

@@ -2,6 +2,8 @@
<view class="guide-page-frame" :class="`variant-${variant}`">
<GuideTopTabs
:active-tab="activeTab"
:variant="topTabsVariant"
:top="topTabsTop"
@tab-change="handleTabChange"
/>
<view
@@ -36,6 +38,8 @@ import type { GuideTopTab } from '@/utils/guideTopTabs'
withDefaults(defineProps<{
activeTab?: GuideTopTab
variant?: 'overlay' | 'static'
topTabsVariant?: 'underline' | 'segmented'
topTabsTop?: string
showBack?: boolean
showCancel?: boolean
backLabel?: string
@@ -43,6 +47,8 @@ withDefaults(defineProps<{
}>(), {
activeTab: 'guide',
variant: 'overlay',
topTabsVariant: 'underline',
topTabsTop: '0',
showBack: false,
showCancel: false,
backLabel: '返回',