mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-02 16:16:39 +08:00
优化map
This commit is contained in:
parent
6a5989a440
commit
9487f2e9fc
@ -429,7 +429,7 @@ export default function UserByMap() {
|
|||||||
trigger: "item",
|
trigger: "item",
|
||||||
},
|
},
|
||||||
bmap: {
|
bmap: {
|
||||||
center: [104.114129, 37.550339],
|
center: [108.95, 34.27],
|
||||||
zoom: 5,
|
zoom: 5,
|
||||||
roam: true,
|
roam: true,
|
||||||
mapStyle: {
|
mapStyle: {
|
||||||
@ -637,7 +637,7 @@ export default function UserByMap() {
|
|||||||
|
|
||||||
<div
|
<div
|
||||||
id="userByMapChart"
|
id="userByMapChart"
|
||||||
style={{ width: "600px", height: "400px" }}
|
style={{ width: "960px", height: "500px" }}
|
||||||
></div>
|
></div>
|
||||||
<Script
|
<Script
|
||||||
src="https://api.map.baidu.com/api?v=3.0&ak=19e9FKQC49u5uQe4CBqan9ER2mYhQ3ip&callback=onBMapCallback"
|
src="https://api.map.baidu.com/api?v=3.0&ak=19e9FKQC49u5uQe4CBqan9ER2mYhQ3ip&callback=onBMapCallback"
|
||||||
|
Loading…
Reference in New Issue
Block a user