Skip to content

Commit

Permalink
docs: update notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Licoy committed Oct 19, 2023
1 parent 7e0c49a commit 35f04ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ npm run build
npm run start // #或者开发模式启动: npm run dev
```
## 使用
### ⚠ 注意事项
- 在绘画之前需要关闭Remix模式,否则会出现无法Vary、Pan、Zoom等无法绘画的情况:在Discord中输入`/setting`,然后点击`Remix Mode`即可关闭。
### 创建绘画
在输入框中以`/mj`开头输入您的绘画描述,即可进行创建绘画,例如:
```
/mj a dog
Expand Down
5 changes: 4 additions & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@ npm install
npm run build
npm run start // #or start in development mode: npm run dev
```
## use
## Use
### ⚠ Notes
- Remix mode needs to be turned off before drawing, otherwise you will be unable to Vary, Pan, Zoom, etc. and draw: enter `/setting` in Discord, and then click `Remix Mode` to turn it off.
### Create a painting
Enter your painting description starting with `/mj` in the input box to create a painting, for example:
```
/mj a dog
Expand Down

0 comments on commit 35f04ca

Please sign in to comment.