This website works better with JavaScript.
Explore
Help
Sign In
WLT-Security-Review
/
web-admin
Watch
3
Star
0
Fork
You've already forked web-admin
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
小程序管理后台
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9
Commits
1
Branch
0
Tags
12 MiB
Tag:
Branch:
Tree:
85347fa129
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '85347fa129'
${ noResults }
web-admin
/
.babelrc
4 lines
39 B
Raw
Normal View
History
Unescape
Escape
feat: 搭建智能安全检查前端项目 - 新增 .babelrc 和 babel.config.js 文件,配置 Babel - 修改 .env 文件,更新项目标题和 API 地址 - 更新 package.json,添加新依赖和插件 - 修改 public/index.html,优化页面结构和样式 - 新增 AI 问答相关功能和接口 - 添加图标字体和相关样式 - 更新路由和权限控制逻辑
3 months ago
{
"presets": ["@babel/preset-env"]
}