mirror of
https://github.com/ctrlcvs/xiaoyao-cvs-plugin.git
synced 2024-12-22 19:10:53 +08:00
Merge branch 'master' of https://gitee.com/Ctrlcvs/xiaoyao-cvs-plugin
This commit is contained in:
commit
d572673e1c
@ -18,7 +18,7 @@ export async function genShenMap(e){
|
||||
await e.reply(segment.image(`file://${msgPath}`))
|
||||
return true;
|
||||
}
|
||||
let url=`https://map.minigg.cn/map/get_map?resource_name=${msg}&map_id=2&is_cluster=false`
|
||||
let url=`https://map.minigg.cn/map/get_map?resource_name=${msg}&is_cluster=false`
|
||||
let res=await fetch(url,{method:'get'})
|
||||
try{
|
||||
res=await res.json()
|
||||
|
Loading…
Reference in New Issue
Block a user