From fca598991adbd5cbdfba434a38c22fedb88f29a6 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Mon, 9 Dec 2024 22:56:18 +0800 Subject: [PATCH] chore: --- docs/guide/index.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/index.md b/docs/guide/index.md index 1d9830ea..5a6080d0 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -14,7 +14,7 @@ Certd 是一款开源、免费、全自动申请和部署更新SSL证书的工 * 支持通配符域名/泛域名,支持多个域名打到一个证书上 * 邮件通知 * 私有化部署,保障数据安全 -* 支持sqlite,postgresql数据库 +* 支持SQLite、Postgresql、MySQL数据库 ## 二、一些说明 diff --git a/docs/index.md b/docs/index.md index 25960a0c..878e44fe 100644 --- a/docs/index.md +++ b/docs/index.md @@ -32,5 +32,5 @@ features: - title: 支持私有化部署 details: 保障数据安全 - title: 多数据库支持 - details: 支持sqlite,postgresql数据库 + details: 支持SQLite、Postgresql、MySQL数据库 ---