diff --git a/web/app/.default-config.php b/web/app/.default-config.php index 82c2adc..0981d9d 100644 --- a/web/app/.default-config.php +++ b/web/app/.default-config.php @@ -53,5 +53,10 @@ return [ 'switch' => [ 'web-analytics' => false, 'blog-domain-mode' => 3 + ], + 'tools' => [ + // 请仅在https下启用以下功能. + // 非https下, chrome无法进行复制. + 'map-copy-enabled' => false, ] ]; diff --git a/web/app/controllers/map_visualizer.php b/web/app/controllers/map_visualizer.php new file mode 100644 index 0000000..ee0a83b --- /dev/null +++ b/web/app/controllers/map_visualizer.php @@ -0,0 +1,132 @@ + +
+
+
+
+ + +
+
+ +
+ + + +
+
+
+
+
+ + + +
diff --git a/web/app/views/page-header.php b/web/app/views/page-header.php index 23cbcaa..3781a9c 100644 --- a/web/app/views/page-header.php +++ b/web/app/views/page-header.php @@ -204,6 +204,16 @@ + + + + + + + + + +