Star
217
Fork
20
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
项目讨论
Wiki
项目成员
5
分析
项目设置
Star
217
Fork
20
main
Codewhale
/
web
/
postcss.config.mjs
下载
G
GitHub
feat(web): community site for deepseek-tui.com (mobile + color refresh) (#1108)
9e45780b
创建于
5月8日
历史提交
const
config = {
plugins
: {
tailwindcss
: {},
autoprefixer
: {},
},
};
export
default
config;