feat: add shortName for service (#323)

This commit is contained in:
Fine0830
2023-09-20 21:16:41 +08:00
committed by GitHub
parent d00fe6df9e
commit 102436ca51
3 changed files with 4 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ export type Service = {
normal?: boolean;
group?: string;
merge?: string;
shortName?: string;
};
export type Instance = {