mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-23 10:00:08 +08:00
- Added new design token files including design-tokens.css and theme.css to standardize styling across the UI. - Introduced a conversion log (CONVERSION_LOG.md) detailing the migration from todocss.css to design-tokens.css, including variable updates and deprecations. - Updated package.json to include new CSS files for easier imports. - Enhanced README.md to provide clear guidelines on the design reference and usage of design tokens. - Improved globals.css to integrate with the new design token structure and ensure consistency in styling.
27 lines
662 B
Markdown
27 lines
662 B
Markdown
# Design Reference
|
||
|
||
本文件夹包含设计师提供的原始设计令牌文件,仅作为参考使用。
|
||
|
||
## 文件说明
|
||
|
||
### todocss.css
|
||
- **来源**:设计师提供的原始设计令牌
|
||
- **状态**:已转换为 `src/styles/design-tokens.css`
|
||
- **用途**:
|
||
- 追溯设计决策
|
||
- 验证转换正确性
|
||
- 设计师更新时作为对比基准
|
||
|
||
## 转换规则
|
||
|
||
原始文件 → 生产文件的转换规则参见:
|
||
- [DESIGN_SYSTEM.md](../DESIGN_SYSTEM.md)
|
||
- [USAGE_GUIDE.md](../USAGE_GUIDE.md)
|
||
|
||
## 注意事项
|
||
|
||
⚠️ **请勿直接使用此文件夹中的文件**
|
||
- 这些文件仅供参考
|
||
- 实际使用请导入 `src/styles/` 中的文件
|
||
|