@sugarat/create-theme 0.0.83 → 0.0.85

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.
@@ -24,7 +24,7 @@ const blogTheme = getThemeConfig({
24
24
  // 默认开启pagefind离线的全文搜索支持(如使用其它的可以设置为false)
25
25
  // search: false,
26
26
 
27
- // 默认开启 markdown 图表支持(会增加一定的构建耗时)
27
+ // 默认关闭 markdown 图表支持(开启会增加一定的构建耗时)
28
28
  // mermaid: false
29
29
 
30
30
  // 页脚
@@ -19,7 +19,7 @@ export default defineConfig({
19
19
  lang: 'zh-cn',
20
20
  title: '@sugarat/theme',
21
21
  description: '粥里有勺糖的博客主题,基于 vitepress 实现',
22
- lastUpdated: true,
22
+ // lastUpdated: true,
23
23
  // 详见:https://vitepress.dev/zh/reference/site-config#head
24
24
  head: [
25
25
  // 配置网站的图标(显示在浏览器的 tab 上)
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "@element-plus/icons-vue": "^2.3.1",
14
- "@sugarat/theme": "0.5.6",
14
+ "@sugarat/theme": "0.5.7",
15
15
  "element-plus": "^2.7.2",
16
16
  "vue": "3.5.12"
17
17
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sugarat/create-theme",
3
- "version": "0.0.83",
3
+ "version": "0.0.85",
4
4
  "description": "简约风的 Vitepress 博客主题,sugarat vitepress blog theme",
5
5
  "author": "粥里有勺糖",
6
6
  "license": "MIT",