mirror of
https://github.com/certd/certd.git
synced 2026-06-30 08:17:35 +08:00
perf: 优化证书流水线创建,支持选择分组
This commit is contained in:
@@ -7,6 +7,7 @@ import { routerUtils } from "./util.router";
|
||||
import { treeUtils } from "./util.tree";
|
||||
import { hashUtils } from "./util.hash";
|
||||
import { amountUtils } from "./util.amount";
|
||||
import { cache } from "./util.cache";
|
||||
export const util = {
|
||||
...envs,
|
||||
...sites,
|
||||
@@ -17,5 +18,6 @@ export const util = {
|
||||
tree: treeUtils,
|
||||
hash: hashUtils,
|
||||
amount: amountUtils,
|
||||
cache,
|
||||
};
|
||||
export const utils = util;
|
||||
|
||||
Reference in New Issue
Block a user