chore: delete old layout/common/tabs components before redesign
@
This commit is contained in:
2026-06-03 16:58:35 +08:00
parent f3dbdc7e3f
commit dcda7e0423
53 changed files with 24412 additions and 1519 deletions

11
Prototype/index.html Normal file
View File

@@ -0,0 +1,11 @@
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta http-equiv="refresh" content="0; url=dashboard-sidebar.html" />
<title>TSI Regulation Hub</title>
</head>
<body>
<script>location.replace("dashboard-sidebar.html");</script>
</body>
</html>