Add image detail map and quick upload

This commit is contained in:
2026-05-23 14:02:55 +08:00
parent 582a4214b6
commit c6a411ef03
9 changed files with 779 additions and 159 deletions
+9
View File
@@ -29,6 +29,11 @@ declare namespace AMap {
features?: string[]
layers?: unknown[]
resizeEnable?: boolean
dragEnable?: boolean
zoomEnable?: boolean
keyboardEnable?: boolean
doubleClickZoom?: boolean
scrollWheel?: boolean
}
class Marker {
@@ -104,6 +109,10 @@ declare function AMapLoader_load(opts: {
plugins?: string[]
}): Promise<typeof AMap>
declare namespace AMap {
function getConfig(): { appname?: string }
}
declare module '@amap/amap-jsapi-loader' {
const AMapLoader: {
load: typeof AMapLoader_load