1 Star 0 Fork 13

wujie-gis/mars3d-es5-project

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 1.98 KB
一键复制 编辑 原始数据 按行查看 历史
木遥 提交于 2022-07-15 15:23 . 同步v3.4.0代码
<!DOCTYPE html>
<html class="no-js css-menubar" lang="zh-cn">
<head>
<title>Mars3D基础项目系统</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<!-- 移动设备 viewport -->
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no,minimal-ui" />
<meta name="author" content="火星科技 http://mars3d.cn " />
<!-- 360浏览器默认使用Webkit内核 -->
<meta name="renderer" content="webkit" />
<!-- Chrome浏览器添加桌面快捷方式(安卓) -->
<link rel="icon" type="image/png" href="img/favicon/favicon.png" />
<meta name="mobile-web-app-capable" content="yes" />
<!-- Safari浏览器添加到主屏幕(IOS) -->
<link rel="icon" sizes="192x192" href="img/favicon/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="apple-mobile-web-app-title" content="火星科技 MarsGIS" />
<!-- Win8标题栏及ICON图标 -->
<link rel="apple-touch-icon-precomposed" href="img/favicon/apple-touch-icon.png" />
<meta name="msapplication-TileImage" content="img/favicon/app-icon72x72@2x.png" />
<meta name="msapplication-TileColor" content="#62a8ea" />
<!--第三方lib-->
<script
type="text/javascript"
src="lib/include-lib.js?time=20220120"
libpath="lib/"
include="jquery,bootstrap,bootstrap-checkbox,bootstrap-slider,font-awesome,web-icons,layer,haoutil,localforage,nprogress,toastr,admui,turf,mars3d,mars3d-widget"
></script>
<link href="css/style.css?time=20220120" rel="stylesheet" />
</head>
<body class="dark">
<div id="centerDiv3D">
<div id="mars3dContainer" class="mars3d-container"></div>
</div>
<div id="mask" class="signmask"></div>
<!--业务代码-->
<script src="js/index.js?time=20220120"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wujiegis/mars3d-es5-project.git
git@gitee.com:wujiegis/mars3d-es5-project.git
wujiegis
mars3d-es5-project
mars3d-es5-project
master

搜索帮助