valaxy-theme-yun 0.14.13 → 0.14.14

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.
@@ -20,7 +20,7 @@ const displayedPosts = computed(() => posts.value.slice((props.curPage - 1) * pa
20
20
  </script>
21
21
 
22
22
  <template>
23
- <div w="full" p="x-4 lt-sm:0">
23
+ <div class="yun-post-list" w="full" p="x-4 lt-sm:0">
24
24
  <template v-if="!displayedPosts.length">
25
25
  <div py2 op50>
26
26
  博主还什么都没写哦~
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valaxy-theme-yun",
3
- "version": "0.14.13",
3
+ "version": "0.14.14",
4
4
  "author": {
5
5
  "email": "me@yunyoujun.cn",
6
6
  "name": "YunYouJun",
@@ -22,6 +22,6 @@
22
22
  "valaxy-addon-waline": "0.1.0"
23
23
  },
24
24
  "devDependencies": {
25
- "valaxy": "0.14.13"
25
+ "valaxy": "0.14.14"
26
26
  }
27
27
  }