initial commit
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 6.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1017 B |
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 460 B |
@@ -0,0 +1,10 @@
|
||||
(function flexible(window, document) {
|
||||
function resetFontSize() {
|
||||
const size = (document.documentElement.clientWidth / 1920) * 37.5;
|
||||
document.documentElement.style.fontSize = size + 'px';
|
||||
}
|
||||
|
||||
// reset root font size on page show or resize
|
||||
window.addEventListener('pageshow', resetFontSize);
|
||||
window.addEventListener('resize', resetFontSize);
|
||||
})(window, document);
|
||||
@@ -0,0 +1,31 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<meta name="referrer" content="no-referrer">
|
||||
<meta name="description" content="WithMind 以 AI Agent 为核心,构建企业专属 AI 能力体系,落地本地私有化部署、专属企业知识库、四大行业技能插件,实现全员 AI 赋能。">
|
||||
<meta name="keywords" content="WithMind,AI Agent,企业AI,私有化部署,知识库,模型网关,创作平台">
|
||||
<meta property="og:title" content="WithMind — 企业专属 AI 能力体系">
|
||||
<meta property="og:description" content="以 AI Agent 为核心的全员 AI 赋能系统:本地私有部署、企业知识库沉淀、四大行业技能插件。">
|
||||
<meta property="og:type" content="website">
|
||||
<link rel="icon" type="image/x-icon" sizes="16x16 32x32 48x48" href="<%= BASE_URL %>favicon.ico">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="<%= BASE_URL %>favicon-32x32.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="<%= BASE_URL %>apple-touch-icon.png">
|
||||
<title>WithMind — 企业专属 AI 能力体系</title>
|
||||
<script src="<%= BASE_URL %>flexible.js"></script>
|
||||
<style type="text/css">
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
<strong>WithMind 官网需要启用 JavaScript 才能正常运行,请开启后继续访问。</strong>
|
||||
</noscript>
|
||||
<div id="app"></div>
|
||||
<!-- built files will be auto injected -->
|
||||
</body>
|
||||
</html>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
Reference in New Issue
Block a user