mirror of
https://github.com/certd/certd.git
synced 2026-05-16 21:27:34 +08:00
perf: 插件支持导入导出
This commit is contained in:
@@ -18,6 +18,8 @@ export type PluginFindReq = {
|
||||
name?: string;
|
||||
type: string;
|
||||
};
|
||||
|
||||
|
||||
@Provide()
|
||||
@Scope(ScopeEnum.Request, { allowDowngrade: true })
|
||||
export class PluginConfigService {
|
||||
|
||||
Reference in New Issue
Block a user