mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #1077] [MERGED] 新增提供商 嘿华 #1134
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#1134
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/certimate-go/certimate/pull/1077
Author: @mhzhulin
Created: 12/2/2025
Status: ✅ Merged
Merged: 12/4/2025
Merged by: @fudiwei
Base:
main← Head:main📝 Commits (6)
1abc17d新增提供商 嘿华b8cbbb7修正参数名,Tooltip添加具体页面URL,使用 nonempty() 验证器替代 superRefine()f5fb919修正参数名,Tooltip添加具体页面URL,使用 nonempty() 验证器替代 superRefine()7bc58b9clean code46027c1Merge branch 'main' into main13f202dclean code📊 Changes
20 files changed (+3905 additions, -3515 deletions)
View changed files
📝
go.mod(+1 -0)📝
go.sum(+2 -0)➕
internal/certmgmt/deployers/sp_mohua_mvh.go(+27 -0)📝
internal/domain/access.go(+5 -0)📝
internal/domain/provider.go(+2 -0)➕
pkg/core/deployer/providers/mohua-mvh/mohua_mvh.go(+106 -0)➕
pkg/core/deployer/providers/mohua-mvh/mohua_mvh_test.go(+80 -0)➕
ui/public/imgs/providers/mohua.png(+0 -0)📝
ui/src/components/access/forms/AccessConfigFieldsProvider.tsx(+234 -232)➕
ui/src/components/access/forms/AccessConfigFieldsProviderMohua.tsx(+63 -0)📝
ui/src/components/workflow/designer/forms/BizDeployNodeConfigFieldsProvider.tsx(+232 -230)📝
ui/src/components/workflow/designer/forms/BizDeployNodeConfigFieldsProvider1PanelSite.tsx(+2 -2)➕
ui/src/components/workflow/designer/forms/BizDeployNodeConfigFieldsProviderMohuaMVH.tsx(+70 -0)📝
ui/src/domain/provider.ts(+824 -820)📝
ui/src/i18n/locales/en/nls.access.json(+5 -0)📝
ui/src/i18n/locales/en/nls.provider.json(+233 -231)📝
ui/src/i18n/locales/en/nls.workflow.nodes.json(+9 -3)📝
ui/src/i18n/locales/zh/nls.access.json(+659 -654)📝
ui/src/i18n/locales/zh/nls.provider.json(+233 -231)📝
ui/src/i18n/locales/zh/nls.workflow.nodes.json(+1118 -1112)📄 Description
新增提供商 嘿华
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.