update: minor update

This commit is contained in:
yangshuimiao
2025-01-10 07:48:24 +08:00
parent e33cb8e93a
commit 5d135b24f1
6 changed files with 23 additions and 32 deletions
+1 -1
View File
@@ -33,6 +33,6 @@ include_once "html/head.php";
var legend = <?php echo json_encode($legend);?>;
var headtxt = '<?php echo $title; ?>';
</script>
<script type="text/javascript" src="js/estate.js?version=3.21"></script>
<script type="text/javascript" src="js/estate.js?version=3.24"></script>
<?php include_once "html/footer.php"; ?>