fix: add listen for path
This commit is contained in:
@@ -70,6 +70,13 @@ export type AssistantConfigData = {
|
||||
proxy?: ProxyInfo[];
|
||||
apiProxyList?: ProxyInfo[];
|
||||
description?: string;
|
||||
/**
|
||||
* 服务启动
|
||||
*/
|
||||
server?: {
|
||||
path?: string;
|
||||
port?: number;
|
||||
};
|
||||
/**
|
||||
* 首页
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user