feat: 更新sign的模块

This commit is contained in:
2024-11-16 12:34:08 +08:00
parent 780d744a16
commit 926c0a09cd
8 changed files with 159 additions and 8 deletions

View File

@@ -14,6 +14,9 @@ type AppOptions<T = {}> = {
path?: string;
cors?: Cors;
handle?: any;
isHTTPS?: boolean;
httpsKey?: string;
httpsCert?: string;
};
io?: boolean;
ioOpts?: { routerHandle?: RouterHandle; routerContext?: RouteContext<T>; path?: string };