DSH Web App
by DeepSeek
叠加在 DSH Base 之上的官方浏览器界面 bundle,用于默认 Web profile。
所有客户端共用的 API 网关由三部分组成:TypeScript API 约定(src/api/,不依赖 Node,可从浏览器导入)、fetch 载体对(src/fetch/:宿主侧的 toFetchHandler,以及客户端侧的 AbstractApiClient 与平台子类)和宿主侧实现(src/api-proxy.ts:createApiProxy 加上默认导出的 ApiProxyService 网关插件,其配置为 {nativeOpen?, sessionExportCompressionLevel?, c…
npx @deepseek-ai/dsh@latest web所有客户端共用的 API 网关由三部分组成:TypeScript API 约定(src/api/,不依赖 Node,可从浏览器导入)、fetch 载体对(src/fetch/:宿主侧的 toFetchHandler,以及客户端侧的 AbstractApiClient 与平台子类)和宿主侧实现(src/api-proxy.ts:createApiProxy 加上默认导出的 ApiProxyService 网关插件,其配置为 {nativeOpen?, sessionExportCompressionLevel?, c… 在 DSH 0.1.0-rc.6 的默认 Web 组合中,该包对应配置条目 “api-gateway”。
所有客户端共用的 API 网关由三部分组成:TypeScript API 约定(src/api/,不依赖 Node,可从浏览器导入)、fetch 载体对(src/fetch/:宿主侧的 toFetchHandler,以及客户端侧的 AbstractApiClient 与平台子类)和宿主侧实现(src/api-proxy.ts:createApiProxy 加上默认导出的 ApiProxyService 网关插件,其配置为 {nativeOpen?, sessionExportCompressionLevel?, c…
在来源页面阅读完整 README