@sugarat/theme 0.5.12-beta.1 → 0.5.12-beta.2
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.
- package/README.md +2 -2
- package/package.json +4 -4
- package/src/components/BlogItem.vue +1 -0
- package/src/styles/bg.webp +0 -0
- package/src/styles/index.css +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
简约风的 Vitepress 博客主题,更多细节见 https://theme.sugarat.top
|
|
4
4
|
|
|
5
|
-

|
|
5
|
+

|
|
6
6
|
|
|
7
7
|
## Quick Start
|
|
8
8
|
① 创建项目
|
|
@@ -21,7 +21,7 @@ yarn create @sugarat/theme
|
|
|
21
21
|
bun create @sugarat/theme
|
|
22
22
|
```
|
|
23
23
|
|
|
24
|
-

|
|
24
|
+

|
|
25
25
|
|
|
26
26
|
② 安装依赖
|
|
27
27
|
```sh
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sugarat/theme",
|
|
3
|
-
"version": "0.5.12-beta.
|
|
3
|
+
"version": "0.5.12-beta.2",
|
|
4
4
|
"description": "简约风的 Vitepress 博客主题,sugarat vitepress blog theme",
|
|
5
5
|
"author": "sugar",
|
|
6
6
|
"license": "MIT",
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
"vitepress-plugin-group-icons": "1.6.5",
|
|
52
52
|
"vitepress-plugin-mermaid": "2.0.13",
|
|
53
53
|
"vitepress-plugin-tabs": "0.7.3",
|
|
54
|
-
"@sugarat/theme-shared": "0.0.7",
|
|
55
54
|
"vitepress-plugin-announcement": "0.1.7-beta.0",
|
|
56
|
-
"vitepress-plugin-
|
|
57
|
-
"
|
|
55
|
+
"vitepress-plugin-rss": "0.4.1",
|
|
56
|
+
"@sugarat/theme-shared": "0.0.7",
|
|
57
|
+
"vitepress-plugin-pagefind": "0.4.18-beta.1"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"artalk": "^2.8.5",
|
|
Binary file
|