valaxy-theme-yun 0.3.3 → 0.3.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <a class="go-down" aria-label="go-down" href="javascript:window.scrollTo(0, banner.clientHeight);">
2
+ <a class="go-down" aria-label="go-down" href="javascript:window.scrollTo(0, window.banner.clientHeight);">
3
3
  <div i-ri-arrow-down-s-line inline-flex />
4
4
  </a>
5
5
  </template>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valaxy-theme-yun",
3
- "version": "0.3.3",
3
+ "version": "0.3.6",
4
4
  "author": {
5
5
  "email": "me@yunyoujun.cn",
6
6
  "name": "YunYouJun",
@@ -18,7 +18,7 @@
18
18
  "@iconify-json/simple-icons": "^1.1.11"
19
19
  },
20
20
  "devDependencies": {
21
- "valaxy": "0.3.3"
21
+ "valaxy": "0.3.6"
22
22
  },
23
23
  "scripts": {
24
24
  "build": "tsup",