1
0

feat: 补全前端项目文件,实现供应商管理和用量统计管理界面

This commit is contained in:
2026-04-16 01:09:08 +08:00
parent a42cd824b5
commit c17903dcbc
3 changed files with 246 additions and 0 deletions

13
frontend/index.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AI Gateway</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>