@sugarat/create-theme 0.0.96 → 0.0.98

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.
@@ -2,6 +2,10 @@
2
2
  description: 默认支持流程图,tabs面板,待办列表,作品页面
3
3
  ---
4
4
 
5
+ # 内置第三方插件能力
6
+
7
+ 部分内置组件(插件),来源 [vitepress.yiov.top](https://vitepress.yiov.top/plugin.html) 推荐
8
+
5
9
  ## groupIcon - 分组代码块图标
6
10
  作用于 `code-group` 代码块,提供语言/工具图标,基于 [vitepress-plugin-group-icons](https://github.com/yuyinws/vitepress-plugin-group-icons/tree/main/docs) 插件实现。
7
11
 
@@ -10,15 +10,15 @@
10
10
  "serve": "vitepress serve docs"
11
11
  },
12
12
  "dependencies": {
13
- "@sugarat/theme": "^0.5.17"
13
+ "@sugarat/theme": "^0.5.19"
14
14
  },
15
15
  "directories": {
16
16
  "doc": "docs"
17
17
  },
18
18
  "devDependencies": {
19
- "pagefind": "^1.3.0",
19
+ "pagefind": "^1.5.2",
20
20
  "typescript": "^5.4.5",
21
- "vitepress": "2.0.0-alpha.16"
21
+ "vitepress": "2.0.0-alpha.17"
22
22
  },
23
23
  "pnpm": {
24
24
  "peerDependencyRules": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sugarat/create-theme",
3
- "version": "0.0.96",
3
+ "version": "0.0.98",
4
4
  "description": "简约风的 Vitepress 博客主题,sugarat vitepress blog theme",
5
5
  "author": "粥里有勺糖",
6
6
  "license": "MIT",