mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-21 07:40:11 +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. |
||
|---|---|---|
| .. | ||
| CONVERSION_LOG.md | ||
| README.md | ||
| todocss.css | ||
Design Reference
本文件夹包含设计师提供的原始设计令牌文件,仅作为参考使用。
文件说明
todocss.css
- 来源:设计师提供的原始设计令牌
- 状态:已转换为
src/styles/design-tokens.css - 用途:
- 追溯设计决策
- 验证转换正确性
- 设计师更新时作为对比基准
转换规则
原始文件 → 生产文件的转换规则参见:
注意事项
⚠️ 请勿直接使用此文件夹中的文件
- 这些文件仅供参考
- 实际使用请导入
src/styles/中的文件