mirror of
https://github.com/certd/certd.git
synced 2026-04-29 08:47:24 +08:00
chore: 1
This commit is contained in:
@@ -71,6 +71,9 @@ export class Registry<T> {
|
||||
if (define?.deprecated) {
|
||||
continue;
|
||||
}
|
||||
if (!isDev() && define.name.startsWith("demo")) {
|
||||
continue;
|
||||
}
|
||||
list.push({ ...define, key });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user