feat: importer starting point

This commit is contained in:
2026-02-13 13:07:44 +01:00
parent deb0f3ae3b
commit d88fb1d9fa
19 changed files with 2666 additions and 10 deletions

View File

@@ -50,5 +50,22 @@ export {
type SendMessageResult,
type ModelInfo,
} from './OpenCodeManager';
export {
WxrParser,
type WxrData,
type WxrPost,
type WxrMedia,
type WxrSiteInfo,
type WxrCategory,
type WxrTag,
} from './WxrParser';
export {
ImportAnalysisEngine,
type ImportAnalysisReport,
type AnalyzedPost,
type AnalyzedMedia,
type AnalyzedCategory,
type AnalyzedTag,
type PostAnalysisStatus,
type MediaAnalysisStatus,
} from './ImportAnalysisEngine';