📝 docs(wiki): 全面更新架构文档并修复仓库链接
- 【文档】更新 A/B/C 三区模型、分层架构与关键类描述,补充新类与方法
- 【文档】重写同步引擎启动流程,细化 B 区逆向自同步与停止序列
- 【文档】完善数据库结构,新增 FTS5 全文搜索表与索引说明
- 【文档】更新配置参考,增加超时、日志级别等字段,标注废弃段落
- 【文档】补充安全机制:9 步血统管线、三重防误删、元组打分等
- 【文档】重写字幕同步与 TMDB 集成文档,修正匹配算法与接口
- 【文档】更新 WebUI 前端架构与 API 参考,补充引导入口与新手引导
- 【文档】调整侧栏导航顺序,修复页脚仓库链接为 openlist_strm_monitor
- 【文档】新增工作区配置文件,方便 VS Code 打开 Wiki 目录
4c78486
📝 docs(wiki): 重构架构文档体系并更新侧栏导航
- 【文档】删除旧版零散文档,替换为覆盖十二个主题的结构化文档集
- 【文档】新增 ABC 三区模型、分层架构、安装配置、同步引擎、安全机制等完整章节
- 【文档】更新 _Sidebar 导航链接以匹配新文档结构
1c5537d
📝 docs(wiki): 补充缺失的架构文档并修正仓库链接
- 新增字幕同步与标准化处理章节,涵盖语言检测、命名规范及电影/番剧差异
- 新增配置系统与存储映射架构章节,详解 TOML 配置、三路映射及热重载机制
- 新增数据库结构参考章节,梳理 9 张核心表、索引设计及 CRUD 形态
- 修正 _Footer 与 _Sidebar 中的仓库名称与导航链接,同步更新侧边栏目录
b36ef41
Update architecture docs: storage, DB, refresh
Add extensive documentation and missing implementation details across architecture and operational docs. Introduces project layout and StrmStorageMapping data model, expands SQLite schema (tables, indexes and core tables such as a_strm_files, b_strm_files, strm_identity, strm_media_boundary, subtitle_files, ghost_protection, etc.), and documents WAL/connection pool usage. Details startup lifecycle, key module dependencies, runtime data structures and design principles. Adds a complete RefreshService workflow (path analysis, engine probe, dual-stage/three-layer cleanup, ghost protection, Update-mode A cleanup) and explicit three-layer verification for safe B-region cleanup. Enhances lineage verification and scraping adaptation with media-root extraction, season handling, group-rename and solo-judgment (30s) logic, plus mapping and cross-engine contamination rules. Also adds config file locations and sample indexes/SQL and highlights missing wiki sections that were filled in.
72cb32f
Updated _Footer (markdown)
a56f6e5
Updated Architecture & ABC Directory Model (markdown)
76fc0fa
Updated _Footer (markdown)
daa09e4
Created _Footer (markdown)
3d90a0d
Updated _Sidebar (markdown)
0822a33
Add A/B/C architecture and cleanup docs
Introduce four new design docs and update Home.md: adds Architecture-&-ABC-Directory-Model.md (A/B/C directory model, SQLite schema, startup sync lifecycle), Discrepancy-Control-&-Active-Refresh.md (fail-safe probe, refresh scope and circuit breaker), Lineage-Verification-&-Scraping-Adaptation.md (lineage verification and scraping boundary rules), and Trash-Tree-Reconstruction-&-Cleanup-Rules.md (recycle-move reconstruction, empty-dir protection, dedupe scoring). Home.md was expanded with an overview, architecture diagram, and token/signature warning. These documents formalize syncing, safety and cleanup behaviors for the openlist_strm_bridge middleware.
cd61523
Created _Sidebar (markdown)
cb7da0e