-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
45 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,24 @@ | ||
# vscode-background | ||
|
||
欢迎使用 `background@${VERSION}`,新版本带来了更多的功能,使你拥有更好的编码体验! | ||
|
||
## 更多的可配置区域 | ||
|
||
每块区域都可以自定义 `图片`、`轮播`、`随机展示`、`样式` 等。 | ||
|
||
<img src="../images/containers.png" width="800" /> | ||
|
||
## 更清晰简洁的配置 | ||
|
||
> v1 的配置已经过时,需要进行迁移。当前保持一定的兼容性。 | ||
每块区域对应独立配置,查看 [README.md](https://github.com/shalldie/vscode-background) 了解更多。 | ||
|
||
```json | ||
{ | ||
"background.sidebar": {...}, // 侧边栏 | ||
"background.editor": {...}, // 编辑器 | ||
"background.panel": {...}, // 面板 | ||
"background.fullscreen": {...} // 全屏 | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,24 @@ | ||
# vscode-background | ||
|
||
![](../images/logo.png) | ||
欢迎使用 `background@${VERSION}`,新版本带来了更多的功能,使你拥有更好的编码体验! | ||
|
||
欢迎使用 `background@${VERSION}` ! | ||
## 更多的可配置区域 | ||
|
||
每块区域都可以自定义 `图片`、`轮播`、`随机展示`、`样式` 等。 | ||
|
||
<img src="../images/containers.png" width="800" /> | ||
|
||
## 更清晰简洁的配置 | ||
|
||
> v1 的配置已经过时,需要进行迁移。当前保持一定的兼容性。 | ||
每块区域对应独立配置,查看 [README.md](https://github.com/shalldie/vscode-background) 了解更多。 | ||
|
||
```json | ||
{ | ||
"background.sidebar": {...}, // 侧边栏 | ||
"background.editor": {...}, // 编辑器 | ||
"background.panel": {...}, // 面板 | ||
"background.fullscreen": {...} // 全屏 | ||
} | ||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters