mirror of
https://github.com/certd/certd.git
synced 2026-05-18 14:27:36 +08:00
perf: 商业版支持限制泛域名数量
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export function calcNextSuiteCountUsed(used: number, oldCount: number, newCount: number) {
|
||||
return (used ?? 0) - (oldCount ?? 0) + (newCount ?? 0);
|
||||
}
|
||||
Reference in New Issue
Block a user