## 背景 `docs/doc/` 目录下的 GeneralUpdate.Core 和 GeneralUpdate.Differential 组件文档需要根据最新源码进行更新,并将更新同步到网站全局(zh-Hans 默认语言 + en 英文翻译 + zh-Hans i18n 覆盖层)。 ## 待处理项 ### GeneralUpdate.Core - [x] `SetSource` 签名扩展 — 从 5 个参数扩展为 9 个参数(新增 `authScheme`、`basicUsername`、`basicPassword`、`installPath`) - [x] `UpdateRequest` 配置表 — 新增 `AuthScheme`、`BasicUsername`、`BasicPassword` 字段 - [x] `UpdateRequestBuilder` 方法表 — 新增 `SetAuthScheme`、`SetBasicUsername`、`SetBasicPassword` 方法 ### GeneralUpdate.Differential - [x] Brotli 描述更新 — 准确反映其为 `#if NET6_0_OR_GREATER` 条件编译的完整实现 ### 多语言同步 - [x] `i18n/en/` 英文翻译同步更新 - [x] `i18n/zh-Hans/` 旧版知识图谱格式替换为新的结构化 API 参考格式 ## 相关 PR - #87
背景
docs/doc/目录下的 GeneralUpdate.Core 和 GeneralUpdate.Differential 组件文档需要根据最新源码进行更新,并将更新同步到网站全局(zh-Hans 默认语言 + en 英文翻译 + zh-Hans i18n 覆盖层)。待处理项
GeneralUpdate.Core
SetSource签名扩展 — 从 5 个参数扩展为 9 个参数(新增authScheme、basicUsername、basicPassword、installPath)UpdateRequest配置表 — 新增AuthScheme、BasicUsername、BasicPassword字段UpdateRequestBuilder方法表 — 新增SetAuthScheme、SetBasicUsername、SetBasicPassword方法GeneralUpdate.Differential
#if NET6_0_OR_GREATER条件编译的完整实现多语言同步
i18n/en/英文翻译同步更新i18n/zh-Hans/旧版知识图谱格式替换为新的结构化 API 参考格式相关 PR