17 lines
477 B
Markdown
17 lines
477 B
Markdown
# 包结构迁移说明
|
|
|
|
## 入口调整
|
|
|
|
- 当前只保留 `com.svnlog.web.WebApplication` 作为唯一入口。
|
|
- 已移除 CLI/AI 独立入口类。
|
|
|
|
## 核心类迁移
|
|
|
|
- `com.svnlog.SVNLogFetcher` -> `com.svnlog.core.svn.SVNLogFetcher`
|
|
- `com.svnlog.LogEntry` -> `com.svnlog.core.svn.LogEntry`
|
|
- `com.svnlog.TrustAllSSLContext` -> `com.svnlog.core.svn.TrustAllSSLContext`
|
|
|
|
## 公共能力
|
|
|
|
- `com.svnlog.core.report.MarkdownReportWriter`:统一 Markdown 输出逻辑。
|