Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mouday committed May 29, 2023
1 parent 21fd372 commit fcdd2a2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## 更新日志
- v1.2.18(2023-05-29)
- 新增:增加对.sg后缀的域名到期时间支持,感谢[@poctopus](https://github.com/poctopus)贡献代码

- v1.2.17(2023-05-17)
- 新增:增加对.jp后缀的域名到期时间支持

Expand Down
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,19 +88,30 @@ mouday/domain-admin:latest

### 方式三:克隆源码运行

本方式仅适用于二次开发,推荐采用 pip安装 或者 docker启动 的方式体验

```bash
# 后端项目
git clone https://github.com/mouday/domain-admin.git

# 安装依赖
pip install -r requirements.txt

# 启动生产服务
make pro
# 启动开发服务
make dev


# 前端项目
git clone https://github.com/mouday/domain-admin-web.git

# 启动开发服务
make dev
```

为了更多地人参与到项目中来,现已开放前端代码

前端项目地址:[https://github.com/mouday/domain-admin-web](https://github.com/mouday/domain-admin-web)

## 项目简介

功能:
Expand Down
2 changes: 1 addition & 1 deletion domain_admin/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"""
版本号
"""
VERSION = '1.2.17'
VERSION = '1.2.18'

0 comments on commit fcdd2a2

Please sign in to comment.