feat: integrate dashboard modules and document history

This commit is contained in:
hyunho
2026-03-26 18:03:07 +09:00
parent baf6019c1c
commit 61b5638cb1
22 changed files with 14252 additions and 79 deletions

View File

@@ -8,8 +8,8 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Pretendard:wght@400;600;700;900&display=swap" rel="stylesheet" />
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="/legacy/static/common.css?v=20260325-9" />
<link rel="stylesheet" href="/legacy/static/organization.css?v=20260325-9" />
<link rel="stylesheet" href="/legacy/static/common.css?v=20260326-02" />
<link rel="stylesheet" href="/legacy/static/organization.css?v=20260326-02" />
</head>
<body>
<input type="file" id="upload-excel" class="hidden" accept=".xlsx, .csv" />
@@ -60,6 +60,6 @@
</div>
</div>
<script src="/legacy/static/organization.js?v=20260325-9"></script>
</body>
<script src="/legacy/static/organization.js?v=20260326-02"></script>
</body>
</html>