This website requires JavaScript.
Explore
Help
Register
Sign In
mayiming
/
shixi2026vue
Watch
1
Star
0
Fork
0
You've already forked shixi2026vue
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
ea66d7aadc00499feeb8b95f59d52b8ffb4bdbc2
shixi2026vue
/
env.d.ts
9 lines
125 B
TypeScript
Raw
Normal View
History
Unescape
Escape
初始化项目
2026-01-08 11:08:04 +08:00
/// <reference types="vite/client" />
添加百度地图类型声明,更新 HTML 以加载百度地图 API,新增多个视图组件和路由配置以支持信号覆盖、网络质量、数据连接、热门应用和个人用户的统计展示。
2026-01-09 16:51:16 +08:00
// 百度地图类型声明
declare
global
{
interface
Window
{
BMap
:
any
}
}
Reference in New Issue
Copy Permalink