fix: add listen for path

This commit is contained in:
2025-05-21 17:01:08 +08:00
parent d3e17096c4
commit 1c2aa26dd0
3 changed files with 22 additions and 6 deletions

View File

@@ -70,6 +70,13 @@ export type AssistantConfigData = {
proxy?: ProxyInfo[];
apiProxyList?: ProxyInfo[];
description?: string;
/**
* 服务启动
*/
server?: {
path?: string;
port?: number;
};
/**
* 首页
*/