mirror of
https://github.com/certd/certd.git
synced 2026-04-23 11:37:23 +08:00
fix: 编辑插件author不允许出现符号
This commit is contained in:
@@ -286,6 +286,8 @@ export class PluginService extends BaseService<PluginEntity> {
|
||||
dnsProviderRegistry.unRegister(name)
|
||||
} else if (item.pluginType === "notification") {
|
||||
notificationRegistry.unRegister(name)
|
||||
}else if (item.pluginType === "addon") {
|
||||
addonRegistry.unRegister(name)
|
||||
} else {
|
||||
logger.warn(`不支持的插件类型:${item.pluginType}`)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user