Skip to content

Commit 90cdb95

Browse files
committed
完善了文档
1 parent 6856da6 commit 90cdb95

File tree

6 files changed

+14
-0
lines changed

6 files changed

+14
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Django 新的动态Admin , 具有异步请求, 异步列表页刷新和加载, U
1212
* [数字化世界](https://github.com/Haoke98/AllKeeper)
1313
## 使用方法
1414
* 详细文档请见 [DjangoAsyncAdmin Docs](https://haoke98.github.io/DjangoAsyncAdmin/) .
15+
* 组件文档 [DjangoAsyncAdmin Components Docs](https://haoke98.github.io/DjangoAsyncAdmin/components.html) .
1516
* SimplePro文档相见 [SimplePro Docs](https://www.mldoo.com/docs/simplepro/) .
1617
### 1.安装
1718
#### pip安装

docs/build.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ python setup.py sdist bdist_wheel
1212
```shell
1313
pip install /path/to/your_project/dist/DjangoAsyncAdmin-6.5.4.tar.gz
1414
```
15+
注意:⚠️ 其中`/path/to/your_project`转成你的项目路径(相对路径/绝对路径)
1516
#### 3.发布
1617
```shell
1718
twain

docs/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Django 新的动态Admin , 具有异步请求, 异步列表页刷新和加载, U
1010

1111
## Demo
1212
* [数字化世界](https://github.com/Haoke98/AllKeeper)
13+
![](static/digital_world_banner.png)
1314

1415
## 使用方法
1516
* 组件文档 [DjangoAsyncAdmin Components Docs](https://haoke98.github.io/DjangoAsyncAdmin/components.html) .
@@ -80,6 +81,14 @@ pip install /path/to/your_project/dist/DjangoAsyncAdmin-6.5.4.tar.gz
8081
<td>版本</td><td colspan="2">说明</td>
8182
</tr>
8283

84+
<tr>
85+
<td rowspan="2">6.7.1</td>
86+
<td colspan="2">增加了拥有复制和自动生成密码的表单字段 PasswordFormField.</td>
87+
</tr>
88+
<tr>
89+
<td colspan="2"><img src="https://haoke98.github.io/DjangoAsyncAdmin/static/截屏2023-11-15%2016.20.58.png"/></td>
90+
</tr>
91+
8392
<tr>
8493
<td>6.7.0</td>
8594
<td colspan="2">增加了基本类BaseModel和BaseModelWithShowRate,减少开发过程中反复进行一些基本字段和属性的设计, 提高设计模型的效率.</td>
@@ -128,3 +137,6 @@ pip install /path/to/your_project/dist/DjangoAsyncAdmin-6.5.4.tar.gz
128137
Thanks to [newpanjing](https://github.com/newpanjing/simpleui) for simpleui
129138

130139
Thanks to [newpanjing](https://github.com/newpanjing/simplepro) for simplepro
140+
141+
142+
```include docs/components.md```

docs/static/digital_world_banner.png

902 KB
Loading
267 KB
Loading
890 KB
Loading

0 commit comments

Comments
 (0)