Skip to content

Commit 6e197c9

Browse files
committed
完善了文档
Signed-off-by: Sadam·Sadik <1903249375@qq.com>
1 parent 764c2c6 commit 6e197c9

File tree

1 file changed

+23
-16
lines changed

1 file changed

+23
-16
lines changed

README.md

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -157,38 +157,45 @@ pip install /path/to/your_project/dist/DjangoAsyncAdmin-6.5.4.tar.gz
157157
</tr>
158158

159159
<tr>
160-
<td rowspan="1">6.11.0</td>
160+
<td rowspan="2">6.11.0</td>
161161
<td colspan="2">
162-
1. 增加BaseAdmin模型。<br>
163-
2. 增加了FieldOptions来提供了部分工人数据的推荐FieldOption配置。
162+
1. 增加BaseAdmin模型。并实现了用户名和密码等特殊数据在列表中特殊处理显示并拥有特殊GUI。<br>
163+
<img src="https://haoke98.github.io/DjangoAsyncAdmin/static/%E6%88%AA%E5%B1%8F2023-12-17%2021.31.01.png"/>
164+
164165
</td>
165166
</tr>
167+
<tr>
168+
<td colspan="2">2. 增加了FieldOptions来提供了部分数据字段的推荐FieldOption(align,min_width,..等配置)。</td>
169+
</tr>
166170

167171
<tr>
168-
<td rowspan="1">6.10.0</td>
172+
<td rowspan="2">6.10.0</td>
169173
<td colspan="2">
170174
1. 在 field_options 中新增参数 show_overflow_tooltip 来实现了当字段的值超过当前列的宽度时隐藏超过部分并通过title来完整显示的功能。<br>
171-
2. 实现了可视化图表设计结果的保存格式化输出并存储于项目的根目录而并非运行时目录。
175+
<img src="https://haoke98.github.io/DjangoAsyncAdmin/static/%E6%88%AA%E5%B1%8F2023-12-17%2021.32.16.png"/>
172176
</td>
173177
</tr>
174-
175-
176-
177-
<tr>
178-
<td rowspan="2">6.9.0</td>
179-
<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>
180-
</tr>
181178
<tr>
182-
<td colspan="2"><img src="https://haoke98.github.io/DjangoAsyncAdmin/static/截屏2023-11-15%2016.20.58.png"/></td>
179+
<td colspan="2">2. 实现了可视化图表设计结果的保存格式化输出并存储于项目的根目录而并非压缩存储在运行时目录。</td>
183180
</tr>
184181

185182

186183
<tr>
187-
<td rowspan="2">6.8.0</td>
188-
<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>
184+
<td rowspan="1">6.9.0</td>
185+
<td colspan="2">
186+
实现了<a href="https://haoke98.github.io/DjangoAsyncAdmin/components.html#%E5%AF%86%E7%A0%81%E7%BB%84%E4%BB%B6">密码组件(PasswordInputField)</a>.
187+
<br/>
188+
<img src="https://haoke98.github.io/DjangoAsyncAdmin/static/截屏2023-11-15%2016.20.58.png"/>
189+
</td>
189190
</tr>
191+
190192
<tr>
191-
<td colspan="2"><img src="https://haoke98.github.io/DjangoAsyncAdmin/static/json_text_field.png"/></td>
193+
<td rowspan="1">6.8.0</td>
194+
<td colspan="2">
195+
实现了<a href="https://haoke98.github.io/DjangoAsyncAdmin/components.html#json%E7%BC%96%E8%BE%91%E5%99%A8">Json编辑器(JsonTextField)</a>.
196+
<br/>
197+
<img src="https://haoke98.github.io/DjangoAsyncAdmin/static/json_text_field.png"/>
198+
</td>
192199
</tr>
193200

194201
<tr>

0 commit comments

Comments
 (0)