valaxy-theme-yun 0.22.10 → 0.22.11

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.
Files changed (2) hide show
  1. package/layouts/home.vue +1 -0
  2. package/package.json +3 -3
package/layouts/home.vue CHANGED
@@ -28,6 +28,7 @@ const showNotice = computed(() => {
28
28
  <template v-if="!isPage">
29
29
  <YunBanner />
30
30
  <Transition
31
+ v-if="yun.isNimbo"
31
32
  enter-from-class="scale-60"
32
33
  enter-to-class="scale-100"
33
34
  enter-active-class="transition-300 transition-cubic-bezier-ease-in-out delay-1000"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "valaxy-theme-yun",
3
3
  "type": "module",
4
- "version": "0.22.10",
4
+ "version": "0.22.11",
5
5
  "author": {
6
6
  "email": "me@yunyoujun.cn",
7
7
  "name": "YunYouJun",
@@ -32,8 +32,8 @@
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/animejs": "^3.1.13",
35
- "valaxy": "0.22.10",
36
- "valaxy-addon-waline": "0.2.0"
35
+ "valaxy-addon-waline": "0.2.0",
36
+ "valaxy": "0.22.11"
37
37
  },
38
38
  "scripts": {
39
39
  "release": "bumpp && pnpm publish"