feat(web): unify web entry, preset config, SSE streaming and dual-pane live logs
This commit is contained in:
16
docs/README_Migration.md
Normal file
16
docs/README_Migration.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# 包结构迁移说明
|
||||
|
||||
## 入口调整
|
||||
|
||||
- 当前只保留 `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 输出逻辑。
|
||||
Reference in New Issue
Block a user