diff --git a/README.md b/README.md index ab64c451c..07eace45b 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,11 @@ Certd® 是一个免费的全自动证书管理系统,让你的网站证书永 官方开源地址: -[Github](https://github.com/certd/certd) ![](https://img.shields.io/github/stars/certd/certd?logo=github) -[Gitee](https://gitee.com/certd/certd) ![](https://gitee.com/certd/certd/badge/star.svg?theme=dark) -[AtomGit](https://atomgit.com/certd/certd) ![](https://atomgit.com/certd/certd/star/badge.svg) +| | | +| ---- | ---- | +| [Github](https://github.com/certd/certd)| ![](https://img.shields.io/github/stars/certd/certd?logo=github) | +| [Gitee](https://gitee.com/certd/certd) | ![](https://gitee.com/certd/certd/badge/star.svg?theme=dark) | +| [AtomGit](https://atomgit.com/certd/certd) |![](https://atomgit.com/certd/certd/star/badge.svg) | ## 一、特性 diff --git a/docs/guide/index.md b/docs/guide/index.md index f8cbc71cf..feaa0aa48 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -6,10 +6,11 @@ Certd 是一款开源、免费、全自动申请和部署更新SSL证书的工 关键字:证书自动申请、证书自动更新、证书自动续期、证书自动续签、证书管理工具 官方开源地址: - -[Github](https://github.com/certd/certd) ![](https://img.shields.io/github/stars/certd/certd?logo=github) -[Gitee](https://gitee.com/certd/certd) ![](https://gitee.com/certd/certd/badge/star.svg?theme=dark) -[AtomGit](https://atomgit.com/certd/certd) ![](https://atomgit.com/certd/certd/star/badge.svg) +| | | +| ---- | ---- | +| [Github](https://github.com/certd/certd)| ![](https://img.shields.io/github/stars/certd/certd?logo=github) | +| [Gitee](https://gitee.com/certd/certd) | ![](https://gitee.com/certd/certd/badge/star.svg?theme=dark) | +| [AtomGit](https://atomgit.com/certd/certd) |![](https://atomgit.com/certd/certd/star/badge.svg) | ![首页](../images/start/home.png) diff --git a/packages/ui/certd-server/src/plugins/plugin-aws/access.ts b/packages/ui/certd-server/src/plugins/plugin-aws/access.ts index efd342c5e..2e006219c 100644 --- a/packages/ui/certd-server/src/plugins/plugin-aws/access.ts +++ b/packages/ui/certd-server/src/plugins/plugin-aws/access.ts @@ -1,6 +1,9 @@ import { AccessInput, BaseAccess, IsAccess } from '@certd/pipeline'; export const AwsRegions = [ + { label: 'cn-north-1', value: 'cn-north-1' }, + { label: 'cn-northwest-1', value: 'cn-northwest-1' }, + { label: '---------------', value: '--',disabled: true }, { label: 'us-east-1', value: 'us-east-1' }, { label: 'us-east-2', value: 'us-east-2' }, { label: 'us-west-1', value: 'us-west-1' },