@sugarat/create-theme 0.0.95 → 0.0.97
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,7 +10,7 @@
|
|
|
10
10
|
"serve": "vitepress serve docs"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@sugarat/theme": "^0.5.
|
|
13
|
+
"@sugarat/theme": "^0.5.18"
|
|
14
14
|
},
|
|
15
15
|
"directories": {
|
|
16
16
|
"doc": "docs"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"pagefind": "^1.3.0",
|
|
20
20
|
"typescript": "^5.4.5",
|
|
21
|
-
"vitepress": "2.0.0-alpha.
|
|
21
|
+
"vitepress": "2.0.0-alpha.17"
|
|
22
22
|
},
|
|
23
23
|
"pnpm": {
|
|
24
24
|
"peerDependencyRules": {
|