docs: translate remaining READMEs

This commit is contained in:
Tianyi Cui
2026-07-26 05:03:53 +08:00
parent 37bfac749b
commit 226dc7a249
559 changed files with 11227 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
# Bilingual-pair consistency record (docs/i18n/README.md): the git blob hash of each
# side as of the last confirmed-consistent state. Both languages carry equal authority;
# after editing either side, bring the other along and re-record with:
# pnpm run verify-translation-pairing --write
README.md: de8e31b7dfaede81ca4523155e41197bad9c420e
README.zh.md: d455434f094aab0f5c32c39311a6ae82872d1cad

View File

@@ -1,5 +1,7 @@
# @deepseek-ai/dsh-client-ui-theme
English | [中文](README.zh.md)
Theme plugin: ThemeService over the --dsw-* token base stylesheets (static scale + alias semantic layers); apply(id) toggles the `body[data-ds-dark-theme]` attribute, so theme switches are pure CSS cascade. Contract: api-contracts v3 §8.
## Model Experience

View File

@@ -0,0 +1,19 @@
# @deepseek-ai/dsh-client-ui-theme
[English](README.md) | 中文
主题插件:基于 --dsw-* token 基础样式表(静态尺度 + 别名语义层)的 ThemeServiceapply(id) 会切换 `body[data-ds-dark-theme]` 属性,因此主题切换完全依靠 CSS 级联。契约api-contracts v3 §8。
## 模型体验
无。主题服务切换浏览器 CSS这里没有任何内容进入模型请求。
#### KV Cache 影响
无;该包既不组装也不发送提供方请求。
## 已知限制与暂缓事项
- **P-I 不提供主题切换控件**服务表层register/apply/current已经完整但没有 UI owner 挂载开关;切换通过编程方式完成。
- **第三方主题是表层,不是产品**:注册主题意味着覆盖同名别名变量;目前不会验证一组覆盖是否完整。
- **token 样式表是颜色的唯一权威**:不会追加 cssdesign 中缺失的值(例如设计中的 #4176E6 标签页蓝色);应使用最接近的语义 token裁定于 2026-07-22