valaxy-theme-yun 0.14.40 → 0.14.41

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.
@@ -30,14 +30,14 @@ const siteConfig = useSiteConfig()
30
30
  flex="~ col" justify="center" items="center" text="sm" py="1"
31
31
  >
32
32
  <div v-if="frontmatter.date" class="post-time flex items-center">
33
- <span class="inline-flex-center" :title="t('post.posted')">
33
+ <span class="inline-flex-center" :title="t('post.posted') + frontmatter.date">
34
34
  <div class="inline-block" i-ri-calendar-line />
35
35
  <time m="l-1">{{ formatDate(frontmatter.date) }}</time>
36
36
  </span>
37
37
 
38
38
  <span
39
39
  v-if="frontmatter.updated && frontmatter.updated !== frontmatter.date"
40
- class="inline-flex-center" :title="t('post.edited')"
40
+ class="inline-flex-center" :title="t('post.edited') + frontmatter.updated"
41
41
  >
42
42
  <span m="x-2">-</span>
43
43
  <div i-ri-calendar-2-line />
@@ -34,9 +34,6 @@ const YunAlgoliaSearch = isAlgolia.value
34
34
  </template>
35
35
 
36
36
  <style lang="scss">
37
- @use 'sass:map';
38
- @use 'valaxy/client/styles/vars.scss' as *;
39
-
40
37
  .search-btn {
41
38
  position: absolute;
42
39
  top: 0.6rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valaxy-theme-yun",
3
- "version": "0.14.40",
3
+ "version": "0.14.41",
4
4
  "author": {
5
5
  "email": "me@yunyoujun.cn",
6
6
  "name": "YunYouJun",
@@ -18,12 +18,12 @@
18
18
  "types": "types/index.d.ts",
19
19
  "dependencies": {
20
20
  "@iconify-json/ant-design": "^1.1.6",
21
- "@iconify-json/simple-icons": "^1.1.60",
21
+ "@iconify-json/simple-icons": "^1.1.61",
22
22
  "animejs": "^3.2.1",
23
23
  "valaxy-addon-waline": "0.1.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/animejs": "^3.1.7",
27
- "valaxy": "0.14.40"
27
+ "valaxy": "0.14.41"
28
28
  }
29
29
  }