-
Notifications
You must be signed in to change notification settings - Fork 343
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
a3fdf75
commit 3d660cb
Showing
1 changed file
with
3 additions
and
25 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,25 +1,3 @@ | ||
## UI思路 | ||
|
||
1. 修改顶部新增页面的UI,一个入口 | ||
- 修改标题 | ||
- 修改内容 | ||
|
||
2. 修改内容区域(树结构区域) | ||
- 去掉两个顶层类别 | ||
- 每一项hover时右侧出现操作图标 | ||
1. 为模板类别时 | ||
- 新增(设置页提供单选框选择) | ||
- 类别 | ||
- 模板 | ||
- 编辑 | ||
- 删除 | ||
- 生成页面 | ||
- 提供有复选框的tree结构 | ||
2. 为模板实例时 | ||
- 编辑 | ||
- 删除 | ||
- 生成页面 | ||
|
||
|
||
## mockserver 思路 | ||
- 参考页面管理的接口,让gpt实现 | ||
## TODO | ||
- 优化 | ||
- 完善文档 |