-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
c462cd8
commit 3668cdc
Showing
4 changed files
with
28 additions
and
4 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import ImageGrid from '@site/src/components/ImageGrid'; | ||
|
||
# 产品设计 | ||
|
||
每个功能必须考虑的事情: | ||
- 权限:是否需要登录、谁用; | ||
|
||
## 画图场景 | ||
|
||
<ImageGrid images={['https://blogs7245-1256587996.cos.ap-guangzhou.myqcloud.com/img/mastergo/20240705001.png','https://blogs7245-1256587996.cos.ap-guangzhou.myqcloud.com/img/mastergo/20240705002.png','https://blogs7245-1256587996.cos.ap-guangzhou.myqcloud.com/img/mastergo/20240705003.png']}/> |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
import ImageGrid from '@site/src/components/ImageGrid'; | ||
|
||
# 运营管理 | ||
|
||
## 优惠券 | ||
|
||
<ImageGrid images={['https://blogs7245-1256587996.cos.ap-guangzhou.myqcloud.com/img/mastergo/20240705005.png']}/> | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
import ImageGrid from '@site/src/components/ImageGrid'; | ||
|
||
# 订单管理 | ||
|
||
> 学习订单系统的知识 | ||
## 知识收集模块 | ||
|
||
<ImageGrid images={['https://blogs7245-1256587996.cos.ap-guangzhou.myqcloud.com/img/mastergo/20240705004.png']}/> |