More room features.

This commit is contained in:
AnduinXue
2024-01-13 10:45:32 +00:00
parent 5a0c99a95b
commit 7453a05b98
12 changed files with 180 additions and 23 deletions
@@ -59,11 +59,12 @@
</a>
</div>
</footer>
<script type="module" src="~/node_modules/jquery/dist/jquery.min.js" defer></script>
<script type="module" src="~/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js" defer></script>
<script type="module" src="~/node_modules/@@chrisoakman/chessboardjs/dist/chessboard-1.0.0.min.js" defer></script>
<script type="module" src="~/scripts/layout.js" defer></script>
<script src="~/node_modules/jquery/dist/jquery.min.js"></script>
<script src="~/node_modules/jquery-validation/dist/jquery.validate.min.js"></script>
<script src="~/node_modules/jquery-validation-unobtrusive/dist/jquery.validate.unobtrusive.min.js"></script>
<script src="~/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<script src="~/node_modules/@@chrisoakman/chessboardjs/dist/chessboard-1.0.0.min.js"></script>
<script type="module" src="~/scripts/layout.js"></script>
@(await RenderSectionAsync("scripts", false))
</body>