mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
perf: [comm] 支持插件管理
This commit is contained in:
@@ -5,7 +5,7 @@ export type Registrable = {
|
||||
title: string;
|
||||
desc?: string;
|
||||
group?: string;
|
||||
deprecated?: string;
|
||||
deprecated?: string | boolean;
|
||||
};
|
||||
|
||||
export type RegistryItem<T> = {
|
||||
|
||||
Reference in New Issue
Block a user