perf: 支持部署到京东云cdn

This commit is contained in:
xiaojunnuo
2025-04-03 00:19:54 +08:00
parent 04d79f9117
commit 6f17c700b8
10 changed files with 442 additions and 6 deletions
@@ -6,6 +6,7 @@ export type Registrable = {
desc?: string;
group?: string;
deprecated?: string;
order?: number;
};
export type RegistryItem<T> = {