1 Star 0 Fork 194

vanYu/react-ant-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 999 Bytes
一键复制 编辑 原始数据 按行查看 历史
孔乙己拉夫米 提交于 2022-06-16 11:19 . 新增主题色功能
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/assets/images/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>react-ant-admin</title>
<meta name="description" content="此框架使用与二次开发,前端框架使用react,UI框架使用ant-design,全局数据状态管理使用redux,ajax使用库为axios。用于快速搭建中后台页面。">
<meta name="keywords" content="react-ant-admin适用于快速搭建中后台页面,管理系统架构。react全家桶。admin管理系统">
</head>
<body><% if (isShowColor){ %><link rel="stylesheet/less" type="text/css" href="/color.less" />
<script> window.less = { async: false, env: 'production' };</script>
<script type="text/javascript" src="/less.min.js"></script>
<% } %>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/shinexyy/react-ant-admin.git
git@gitee.com:shinexyy/react-ant-admin.git
shinexyy
react-ant-admin
react-ant-admin
vite

搜索帮助