[PR #904] [CLOSED] feat(tencentcloud-eo): 为腾讯云Edgeone 添加部署到全部域名的选项 #1072

Closed
opened 2026-03-03 01:07:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/904
Author: @woodchen-ink
Created: 8/4/2025
Status: Closed

Base: nextHead: patch-1


📝 Commits (2)

  • a8357d8 Update tencentcloud_eo.go
  • d8475b1 feat(tencentcloud): 添加部署到全部网站选项

📊 Changes

4 files changed (+119 additions, -55 deletions)

View changed files

📝 pkg/core/ssl-deployer/providers/tencentcloud-eo/tencentcloud_eo.go (+65 -6)
📝 ui/src/components/workflow/node/DeployNodeConfigFormTencentCloudEOConfig.tsx (+48 -21)
📝 ui/src/i18n/locales/en/nls.workflow.nodes.json (+3 -14)
📝 ui/src/i18n/locales/zh/nls.workflow.nodes.json (+3 -14)

📄 Description

添加新功能允许用户选择将证书部署到腾讯云EdgeOne站点下的全部加速域名,而无需手动指定域名列表。当启用该选项时,系统会自动获取站点下的所有域名进行部署。

  • 在表单中添加开关控件
  • 更新中英文翻译文本
  • 实现自动获取全部域名的逻辑
  • 根据选择动态显示/隐藏域名输入框

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/certimate-go/certimate/pull/904 **Author:** [@woodchen-ink](https://github.com/woodchen-ink) **Created:** 8/4/2025 **Status:** ❌ Closed **Base:** `next` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`a8357d8`](https://github.com/certimate-go/certimate/commit/a8357d88388c8fe8036e68d5e2d47775b647ed07) Update tencentcloud_eo.go - [`d8475b1`](https://github.com/certimate-go/certimate/commit/d8475b1d9203704e0fd5444a700920a7e1423853) feat(tencentcloud): 添加部署到全部网站选项 ### 📊 Changes **4 files changed** (+119 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `pkg/core/ssl-deployer/providers/tencentcloud-eo/tencentcloud_eo.go` (+65 -6) 📝 `ui/src/components/workflow/node/DeployNodeConfigFormTencentCloudEOConfig.tsx` (+48 -21) 📝 `ui/src/i18n/locales/en/nls.workflow.nodes.json` (+3 -14) 📝 `ui/src/i18n/locales/zh/nls.workflow.nodes.json` (+3 -14) </details> ### 📄 Description 添加新功能允许用户选择将证书部署到腾讯云EdgeOne站点下的全部加速域名,而无需手动指定域名列表。当启用该选项时,系统会自动获取站点下的所有域名进行部署。 - 在表单中添加开关控件 - 更新中英文翻译文本 - 实现自动获取全部域名的逻辑 - 根据选择动态显示/隐藏域名输入框 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:07:34 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#1072
No description provided.