feat: 建立 DOCX 共享协议与准备服务

This commit is contained in:
SkyJourney
2026-07-30 11:04:18 +08:00
parent fb3ddada39
commit f7d4efeafc
10 changed files with 512 additions and 3 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ export {
createApplicationService,
type ApplicationService,
type ApplicationServiceOptions,
type MarkdownRenderRequest
type MarkdownRenderRequest,
type PreparedDocxExport
} from "./application-service.js";
export {
MAXIMUM_IMAGE_BYTES,