Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* fix: fix Tailwind CSS not being applied due to Less import issue
Tailwind CSS v4 was not generating styles because it was imported via
Less's @import in global.less. Less could not process the modern CSS syntax
(@import "tailwindcss"), causing the PostCSS plugin to never process it.
Fixed by importing tailwind.css directly in app.tsx, which allows Vite to
process it through PostCSS correctly.
Closes#11661
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* chore: remove font smoothing CSS properties
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* feat: 重新设计 Welcome 页面,使用 Tailwind CSS 实现现代简洁风格
- 采用左侧介绍 + 右侧卡片布局
- 使用 Tailwind 类名替代内联样式
- 卡片增加 hover 效果和圆角
- 支持亮色/暗色主题
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* chore: configure Tailwind CSS v3
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: 修复 Welcome 页面主题兼容性问题
- 移除 Tailwind dark: 类,改用 Ant Design token 驱动颜色
- 修复 flex 布局使用 flex-none 替代 flex-1
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* feat: 重新设计 Welcome 页面 - 渐变标题 + 毛玻璃卡片
- 标题使用渐变色
- 卡片使用毛玻璃效果 (backdrop-blur)
- 添加悬停光效动画
- 三列网格布局
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
- Update ChartCard to use @rc-component/util/es/omit
- Update TagSelect components to use @rc-component/util
- Add @rc-component/util as dependency
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Remove create-umi config from package.json
- Update i18n-remove script to use max instead of pro
- Remove unused fetch-blocks locale keys from all language files
- Update README.md and README.zh-CN.md with umi create instructions
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Update README.md and README.zh-CN.md with new usage instructions
- Remove multi-language README files (keep only EN and CN)
- Remove @ant-design/pro-cli from devDependencies
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: update antd dependencies and snapshot tests
* fix: update table list form item render signature
* test: add MessageChannel polyfill for jest/jsdom environments
* fix: update antd dependency to version 6.1.3
* fix: update deprecated props in antd components
* ci: switch to bun for faster builds
* Apply suggestions from code review