Add 'frontend/' from commit '94f710850fa74ad3aaca5b65318f2fec9e1a2cdf'

git-subtree-dir: frontend
git-subtree-mainline: 3f114b2cc3
git-subtree-split: 94f710850f
This commit is contained in:
carry
2025-02-17 17:45:26 +08:00
26 changed files with 5761 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="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>RBAC</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>