valaxy-theme-yun 0.22.4 → 0.22.5-beta.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.
@@ -36,7 +36,7 @@ const infoList = computed(() => {
36
36
 
37
37
  <template>
38
38
  <div
39
- class="bg-black/50 fixed bottom-2 left-2 p-2 gap-1 rounded z-9999"
39
+ class="bg-black/50 fixed bottom-20 left-2 p-2 gap-1 rounded z-9999"
40
40
  text="xs white" flex="~ col"
41
41
  >
42
42
  <div v-for="item in infoList" :key="item.label" class="gap-2 inline-flex">
@@ -3,6 +3,8 @@ import type { Post } from 'valaxy'
3
3
  import { useAppStore, useSiteConfig } from 'valaxy'
4
4
  import { useI18n } from 'vue-i18n'
5
5
 
6
+ // @TODO: add edit by vscode directly when dev
7
+
6
8
  defineProps<{
7
9
  // FrontMatter
8
10
  frontmatter: Post
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "valaxy-theme-yun",
3
3
  "type": "module",
4
- "version": "0.22.4",
4
+ "version": "0.22.5-beta.4",
5
5
  "author": {
6
6
  "email": "me@yunyoujun.cn",
7
7
  "name": "YunYouJun",
@@ -24,7 +24,7 @@
24
24
  "@ctrl/tinycolor": "^4.1.0",
25
25
  "@explosions/fireworks": "^0.1.0",
26
26
  "@iconify-json/ant-design": "^1.2.5",
27
- "@iconify-json/simple-icons": "^1.2.16",
27
+ "@iconify-json/simple-icons": "^1.2.17",
28
28
  "@vueuse/motion": "^2.2.6",
29
29
  "animejs": "^3.2.2",
30
30
  "gsap": "^3.12.5",
@@ -33,7 +33,7 @@
33
33
  "devDependencies": {
34
34
  "@types/animejs": "^3.1.12",
35
35
  "valaxy-addon-waline": "0.2.0",
36
- "valaxy": "0.22.4"
36
+ "valaxy": "0.22.5-beta.4"
37
37
  },
38
38
  "scripts": {
39
39
  "release": "bumpp && pnpm publish"
package/layouts/empty.vue DELETED
@@ -1,3 +0,0 @@
1
- <template>
2
- <RouterView />
3
- </template>