Skip to content

Commit 480756d

Browse files
committed
完善了文档
1 parent 90cdb95 commit 480756d

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,17 @@ Django 新的动态Admin , 具有异步请求, 异步列表页刷新和加载, U
1010
* simplePro
1111
## Demo
1212
* [数字化世界](https://github.com/Haoke98/AllKeeper)
13+
![](https://haoke98.github.io/DjangoAsyncAdmin/static/digital_world_banner.png)
1314
## 使用方法
1415
* 详细文档请见 [DjangoAsyncAdmin Docs](https://haoke98.github.io/DjangoAsyncAdmin/) .
1516
* 组件文档 [DjangoAsyncAdmin Components Docs](https://haoke98.github.io/DjangoAsyncAdmin/components.html) .
1617
* SimplePro文档相见 [SimplePro Docs](https://www.mldoo.com/docs/simplepro/) .
17-
### 1.安装
18+
### 安装
1819
#### pip安装
1920
```shell
2021
pip install DjangoAsyncAdmin
2122
```
22-
#### 源代码安装
23+
#### 源码安装
2324
##### 1.克隆项目到本地
2425
```shell
2526
git clone https://github.com/Haoke98/DjangoAsyncAdmin.git
@@ -31,7 +32,7 @@ git clone https://github.com/Haoke98/DjangoAsyncAdmin.git
3132
python setup.py sdist bdist_wheel
3233
```
3334

34-
#### 3.安装
35+
##### 3.安装
3536

3637
```shell
3738
pip install /path/to/your_project/dist/DjangoAsyncAdmin-6.5.4.tar.gz

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ Django 新的动态Admin , 具有异步请求, 异步列表页刷新和加载, U
1414

1515
## 使用方法
1616
* 组件文档 [DjangoAsyncAdmin Components Docs](https://haoke98.github.io/DjangoAsyncAdmin/components.html) .
17-
* SimplePro文档相见 [SimplePro Docs](https://www.mldoo.com/docs/simplepro/) .
17+
* 其他&配置相关文档 [SimplePro Docs](https://www.mldoo.com/docs/simplepro/) .
1818

19-
### 1.安装
19+
### 安装
2020

2121
#### pip安装
2222
```shell
2323
pip install DjangoAsyncAdmin
2424
```
2525

26-
#### 源代码安装
26+
#### 源码安装
2727

2828
##### 1.克隆项目到本地
2929
```shell
@@ -36,7 +36,7 @@ git clone https://github.com/Haoke98/DjangoAsyncAdmin.git
3636
python setup.py sdist bdist_wheel
3737
```
3838

39-
#### 3.安装
39+
##### 3.安装
4040

4141
```shell
4242
pip install /path/to/your_project/dist/DjangoAsyncAdmin-6.5.4.tar.gz

0 commit comments

Comments
 (0)