valaxy-theme-press 0.26.0 → 0.26.2
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.
|
@@ -11,7 +11,7 @@ const { t } = useI18n()
|
|
|
11
11
|
<template>
|
|
12
12
|
<div text="center" m="md:t-24 t-10 md:t-20" flex="~ col" justify="center" items="center">
|
|
13
13
|
<ValaxyLogo mb="2" />
|
|
14
|
-
<h1 my="10" text="4xl md:8xl" font="black" class="gradient-text from-purple-800 to-blue-500 bg-
|
|
14
|
+
<h1 my="10" text="4xl md:8xl" font="black" class="gradient-text from-purple-800 to-blue-500 bg-gradient-to-r">
|
|
15
15
|
{{ fm.hero.name }}
|
|
16
16
|
</h1>
|
|
17
17
|
</div>
|
|
@@ -19,7 +19,7 @@ const { t } = useI18n()
|
|
|
19
19
|
<h2 flex="~ wrap justify-center" px="2" m="b-10" text="center 6xl" font="black" leading="tight">
|
|
20
20
|
<span mx-1>{{ t('banner.next-generation') }}</span>
|
|
21
21
|
<span mx-1>{{ t('banner.static') }} </span>
|
|
22
|
-
<span mx-1 class="gradient-text from-blue-500 to-purple-700 bg-
|
|
22
|
+
<span mx-1 class="gradient-text from-blue-500 to-purple-700 bg-gradient-to-r">{{ t('banner.blog') }}</span>
|
|
23
23
|
<span mx-1 class="break-keep">{{ t('banner.framework') }}</span>
|
|
24
24
|
</h2>
|
|
25
25
|
|
|
@@ -19,7 +19,7 @@ const themeConfig = useThemeConfig()
|
|
|
19
19
|
<template>
|
|
20
20
|
<div class="pr-navbar flex justify-between items-center pl-4 pr-2" :class="{ 'has-sidebar': hasSidebar }">
|
|
21
21
|
<RouterLink
|
|
22
|
-
class="text-xl flex justify-center items-center font-black gradient-text from-purple-800 to-blue-500 bg-
|
|
22
|
+
class="text-xl flex justify-center items-center font-black gradient-text from-purple-800 to-blue-500 bg-gradient-to-r"
|
|
23
23
|
to="/" :aria-label="siteConfig.title"
|
|
24
24
|
>
|
|
25
25
|
<img v-if="themeConfig.logo" class="logo" :src="themeConfig.logo" alt="LOGO">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "valaxy-theme-press",
|
|
3
|
-
"version": "0.26.
|
|
3
|
+
"version": "0.26.2",
|
|
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.9.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"valaxy": "0.26.
|
|
29
|
+
"valaxy": "0.26.2"
|
|
30
30
|
}
|
|
31
31
|
}
|