Skip to content

Commit

Permalink
完善了文档
Browse files Browse the repository at this point in the history
Signed-off-by: Sadam·Sadik <[email protected]>
  • Loading branch information
Haoke98 committed Dec 17, 2023
1 parent 90ddbee commit 764c2c6
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 15 deletions.
38 changes: 23 additions & 15 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,37 +151,45 @@ pip install /path/to/your_project/dist/DjangoAsyncAdmin-6.5.4.tar.gz
</tr>

<tr>
<td rowspan="1">6.11.0</td>
<td rowspan="2">6.11.0</td>
<td colspan="2">
1. 增加BaseAdmin模型。<br>
2. 增加了FieldOptions来提供了部分工人数据的推荐FieldOption配置。
1. 增加BaseAdmin模型。并实现了用户名和密码等特殊数据在列表中特殊处理显示并拥有特殊GUI。<br>
<img src="static/截屏2023-12-17 21.31.01.png"/>

</td>
</tr>
<tr>
<td colspan="2">2. 增加了FieldOptions来提供了部分数据字段的推荐FieldOption(align,min_width,..等配置)。</td>
</tr>

<tr>
<td rowspan="1">6.10.0</td>
<td rowspan="2">6.10.0</td>
<td colspan="2">
1. 在 field_options 中新增参数 show_overflow_tooltip 来实现了当字段的值超过当前列的宽度时隐藏超过部分并通过title来完整显示的功能。<br>
2. 实现了可视化图表设计结果的保存格式化输出并存储于项目的根目录而并非运行时目录。
<img src="static/截屏2023-12-17 21.32.16.png"/>
</td>
</tr>


<tr>
<td rowspan="2">6.9.0</td>
<td colspan="2">实现了<a href="https://haoke98.github.io/DjangoAsyncAdmin/components.html#%E5%AF%86%E7%A0%81%E7%BB%84%E4%BB%B6">密码组件(PasswordInputField)</a>.</td>
</tr>
<tr>
<td colspan="2"><img src="https://haoke98.github.io/DjangoAsyncAdmin/static/截屏2023-11-15%2016.20.58.png"/></td>
<td colspan="2">2. 实现了可视化图表设计结果的保存格式化输出并存储于项目的根目录而并非压缩存储在运行时目录。</td>
</tr>


<tr>
<td rowspan="2">6.8.0</td>
<td colspan="2">实现了<a href="https://haoke98.github.io/DjangoAsyncAdmin/components.html#json%E7%BC%96%E8%BE%91%E5%99%A8">Json编辑器(JsonTextField)</a>.</td>
<td rowspan="1">6.9.0</td>
<td colspan="2">
实现了<a href="https://haoke98.github.io/DjangoAsyncAdmin/components.html#%E5%AF%86%E7%A0%81%E7%BB%84%E4%BB%B6">密码组件(PasswordInputField)</a>.
<br/>
<img src="https://haoke98.github.io/DjangoAsyncAdmin/static/截屏2023-11-15%2016.20.58.png"/>
</td>
</tr>

<tr>
<td colspan="2"><img src="https://haoke98.github.io/DjangoAsyncAdmin/static/json_text_field.png"/></td>
<td rowspan="1">6.8.0</td>
<td colspan="2">
实现了<a href="https://haoke98.github.io/DjangoAsyncAdmin/components.html#json%E7%BC%96%E8%BE%91%E5%99%A8">Json编辑器(JsonTextField)</a>.
<br/>
<img src="https://haoke98.github.io/DjangoAsyncAdmin/static/json_text_field.png"/>
</td>
</tr>

<tr>
Expand Down
Binary file added docs/static/截屏2023-12-17 21.31.01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/截屏2023-12-17 21.32.16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 764c2c6

Please sign in to comment.