valaxy-theme-press 0.22.2 → 0.22.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -61,6 +61,8 @@ onContentUpdated(() => {
|
|
|
61
61
|
<slot name="main-header-after" />
|
|
62
62
|
|
|
63
63
|
<slot name="main-content">
|
|
64
|
+
<slot name="main-content-before" />
|
|
65
|
+
|
|
64
66
|
<ValaxyMd class="mx-auto w-full max-w-4xl" :frontmatter="frontmatter">
|
|
65
67
|
<h1 v-if="hasSidebar && !isHome && frontmatter.title" :id="frontmatter.title" tabindex="-1">
|
|
66
68
|
{{ localeTitle }}
|
|
@@ -69,7 +71,6 @@ onContentUpdated(() => {
|
|
|
69
71
|
<slot name="main-content-md" />
|
|
70
72
|
<slot />
|
|
71
73
|
</ValaxyMd>
|
|
72
|
-
|
|
73
74
|
<PressDocFooter v-if="!isHome" class="pb-8 max-w-4xl" w="full" m="auto" />
|
|
74
75
|
|
|
75
76
|
<slot name="main-content-after" />
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "valaxy-theme-press",
|
|
3
|
-
"version": "0.22.
|
|
3
|
+
"version": "0.22.4",
|
|
4
4
|
"description": "Docs Theme for Valaxy",
|
|
5
5
|
"author": {
|
|
6
6
|
"email": "me@yunyoujun.cn",
|
|
@@ -26,6 +26,6 @@
|
|
|
26
26
|
"@docsearch/js": "^3.8.2"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"valaxy": "0.22.
|
|
29
|
+
"valaxy": "0.22.4"
|
|
30
30
|
}
|
|
31
31
|
}
|