feat(All):Initial
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<link rel="icon" sizes="any" type="image/svg+xml" href="/static/images/logo/logo.svg"/>
|
||||
<link rel="mask-icon" href="/static/images/logo/logo.svg" color="#63E2B7" />
|
||||
<link rel="apple-touch-icon" href="/static/images/logo/pwa/pwa-180x180.png" sizes="180x180" />
|
||||
<meta name="theme-color" content="#63E2B7" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<meta name="author" content="ErSan,mlt131220@163.com">
|
||||
<meta name="copyright" content="ErSan,mlt131220@163.com">
|
||||
<meta name="keywords" content="threejs,editor,threeeditor,三维,三维可视化,3D,3D编辑器,编辑器,模型,网页设计工具,低代码,lowcode, WebGL,WebGPU,BIM,rvt,ifc,CAD,dwg,dxf">
|
||||
<meta name="description" content="一款基于THREE.JS开发的专业的面相浏览器端(webgl/webgpu)的三维可视化编辑器,包含BIM轻量化,CAD解析预览等特色功能">
|
||||
<!-- 百度seo -->
|
||||
<meta name="baidu-site-verification" content="codeva-AVKCbnEhHf" />
|
||||
<!-- bing seo -->
|
||||
<meta name="msvalidate.01" content="51C05441E591099C88B3C1975F9B9D73" />
|
||||
<!-- google seo -->
|
||||
<meta name="google-site-verification" content="_hU0qCzBII0F3mupE17AaGpLznXbpQ89WGNaxrhVqfE" />
|
||||
<title>Astral 3D Editor - 高效的三维可视化编辑工具</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
<script type="module" src="/src/main.ts"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user