Skip to content

Commit

Permalink
chore: upgrade deps & fix waline meta height
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Sep 6, 2023
1 parent e474e88 commit d675659
Show file tree
Hide file tree
Showing 6 changed files with 253 additions and 347 deletions.
1 change: 1 addition & 0 deletions demo/yun/pages/posts/encrypted-post.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 加密文章测试 - 密码 valaxy
date: 2023-08-06 12:00:00
categories: Test
password: valaxy
---

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@valaxyjs/monorepo",
"version": "0.14.56",
"private": true,
"packageManager": "[email protected].1",
"packageManager": "[email protected].4",
"description": "📄 Vite & Vue powered static blog generator.",
"author": {
"email": "[email protected]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const { t } = useI18n()
</script>

<template>
<div v-if="addonWaline && addonWaline.options" flex="~" text="sm" py="1">
<div v-if="addonWaline && addonWaline.options" flex="~" text="sm" my="1" h="5">
<div v-if="addonWaline.options.pageview" inline-flex justify="center" items="center" mx="2" :title="t('post.pageview_count')">
<div inline-flex i-ri-eye-line />
<span ml-1 inline-flex class="waline-pageview-count" :data-path="route.path" />
Expand Down
2 changes: 1 addition & 1 deletion packages/valaxy-theme-yun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@explosions/fireworks": "^0.0.2",
"@iconify-json/ant-design": "^1.1.10",
"@iconify-json/simple-icons": "^1.1.68",
"@iconify-json/simple-icons": "^1.1.69",
"animejs": "^3.2.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/valaxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@ctrl/tinycolor": "^4.0.2",
"@iconify-json/carbon": "^1.1.21",
"@iconify-json/ri": "^1.1.12",
"@intlify/unplugin-vue-i18n": "^0.13.0",
"@intlify/unplugin-vue-i18n": "^1.0.1",
"@types/body-scroll-lock": "^3.1.0",
"@vitejs/plugin-vue": "^4.3.4",
"@vueuse/core": "^10.4.1",
Expand Down Expand Up @@ -104,15 +104,15 @@
"shiki": "^0.14.4",
"star-markdown-css": "^0.4.2",
"unconfig": "^0.3.10",
"unocss": "^0.55.6",
"unocss": "^0.55.7",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.9",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-vue-layouts": "^0.8.0",
"vite-ssg": "0.23.1",
"vite-ssg-sitemap": "0.5.1",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-i18n": "^9.3.0",
"vue-router": "^4.2.4",
"yargs": "^17.7.2"
},
Expand All @@ -124,7 +124,7 @@
"@mdit-vue/plugin-title": "^0.12.1",
"@mdit-vue/plugin-toc": "^0.12.1",
"@mdit-vue/shared": "^0.12.1",
"@types/cross-spawn": "^6.0.2",
"@types/cross-spawn": "^6.0.3",
"@types/ejs": "^3.1.2",
"@types/html-to-text": "^9.0.1",
"@types/katex": "^0.16.2",
Expand Down
Loading

2 comments on commit d675659

@vercel
Copy link

@vercel vercel bot commented on d675659 Sep 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://yun.valaxy.site as production
🚀 Deployed on https://64f840dddd155756635a83d9--valaxy.netlify.app

Please sign in to comment.