Conversation
added 3 commits
August 7, 2025 11:27
- 移除tailwind.config.cjs并使用内联样式配置 - 将开发环境切换为生产环境配置 - 简化CSS处理流程,移除不必要的loader - 更新组件样式类名以统一前缀 - 优化构建输出配置和缓存策略
将重复的颜色项代码提取为可复用的ColorItem组件,并使用数据驱动方式渲染 ``` ```msg chore: 更新项目配置为开发模式 修改webpack配置为开发环境,包括启用sourcemap、热更新、开发模式优化等 ``` ```msg style(Info): 添加临时文本内容 在Info组件中添加测试用文本内容
❌ Deploy Preview for emp2 failed.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.