- 更新环境配置文件 - 修改运动员和评分API - 优化登录、评分详情、评分列表等页面 - 更新pages.json和vue.config.js配置 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
8 lines
103 B
JavaScript
8 lines
103 B
JavaScript
const autoprefixer = require('autoprefixer')
|
|
|
|
module.exports = {
|
|
plugins: [
|
|
autoprefixer()
|
|
]
|
|
}
|