📝 docs: add Recommended Settings
parent
a4cbd41d7c
commit
53e5c99261
|
|
@ -63,6 +63,19 @@ http://localhost:7860/?__theme=dark
|
|||
|
||||
<br/>
|
||||
|
||||
## ⚒️ 推荐设置
|
||||
|
||||
Extra-Networks 扩展模型视窗
|
||||
|
||||
- 拇指视图
|
||||
- 卡牌宽度: 86
|
||||
- 卡牌高度: 128
|
||||
|
||||

|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
## ⌨️ 本地开发
|
||||
|
||||
你可以使用 Gitpod 进行在线开发:
|
||||
|
|
|
|||
12
README.md
12
README.md
|
|
@ -62,6 +62,18 @@ http://localhost:7860/?__theme=dark
|
|||
|
||||
<br/>
|
||||
|
||||
## ⚒️ Recommended Settings
|
||||
|
||||
Extra-Networks
|
||||
|
||||
- thumbs
|
||||
- width: 86
|
||||
- height: 128
|
||||
|
||||

|
||||
|
||||
<br/>
|
||||
|
||||
## ⌨️ Local Development
|
||||
|
||||
You can use Gitpod for online development:
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 586 KiB |
|
|
@ -30,7 +30,7 @@
|
|||
"stylelint --fix",
|
||||
"prettier --write"
|
||||
],
|
||||
"*.{md,json}": [
|
||||
"*.{json}": [
|
||||
"prettier --write --no-error-on-unmatched-pattern"
|
||||
],
|
||||
"*.{js,jsx}": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue