@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 CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  简约风的 Vitepress 博客主题,更多细节见 https://theme.sugarat.top
4
4
 
5
- ![图片](https://img.cdn.sugarat.top/mdImg/MTY3MzE3MDUxOTMwMw==673170519303)
5
+ ![图片](https://img.cdn.sugarat.top/mdImg/MTY3MzE3MDUxOTMwMw==673170519303~fmt.webp)
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
- ![](https://img.cdn.sugarat.top/mdImg/MTY4OTQyMDE1NTcxMA==689420155710)
24
+ ![](https://img.cdn.sugarat.top/mdImg/MTY4OTQyMDE1NTcxMA==689420155710~fmt.webp)
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.1",
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-pagefind": "0.4.18-beta.0",
57
- "vitepress-plugin-rss": "0.4.1"
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",
@@ -177,6 +177,7 @@ const resultCover = computed(() => {
177
177
  .description {
178
178
  color: var(--description-font-color);
179
179
  font-size: 14px;
180
+ height: 48px;
180
181
  margin-bottom: 8px;
181
182
  overflow: hidden;
182
183
  text-overflow: ellipsis;
Binary file
@@ -30,7 +30,7 @@ html.dark {
30
30
  position: fixed;
31
31
  top: 0;
32
32
  z-index: -1;
33
- background-image: url(./bg.png);
33
+ background-image: url(./bg.webp);
34
34
  background-repeat: repeat;
35
35
  min-height: 100%;
36
36
  }