-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (34 loc) · 2.24 KB
/
Copy pathindex.html
File metadata and controls
37 lines (34 loc) · 2.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="zh-CN" data-theme="dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#0a0d15" />
<title>曦寒 · 企业级 .NET + Vue 开源底座</title>
<meta name="description" content="曦寒 XiHanFun:基于 .NET 10 与 Vue 3 的企业级开源底座。XiHan.Framework 模块化后端框架(66 模块)、XiHan.UI 框架无关设计系统(18 包 121 组件)、XiHan.BasicApp 多租户中后台,一站式打底。" />
<meta name="keywords" content="曦寒,XiHan,XiHanFun,.NET 10,Vue 3,开发框架,设计系统,组件库,多租户,中后台,RBAC,代码生成,开源" />
<meta name="author" content="XiHanFun" />
<link rel="canonical" href="https://www.xihanfun.com/" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.xihanfun.com/" />
<meta property="og:title" content="曦寒 · 企业级 .NET + Vue 开源底座" />
<meta property="og:description" content="基于 .NET 10 与 Vue 3 的企业级开源底座:模块化后端框架、框架无关设计系统、多租户中后台。" />
<meta property="og:image" content="https://www.xihanfun.com/assets/logo.png" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="曦寒 · 企业级 .NET + Vue 开源底座" />
<meta name="twitter:description" content="基于 .NET 10 与 Vue 3 的企业级开源底座:模块化后端框架、框架无关设计系统、多租户中后台。" />
<meta name="twitter:image" content="https://www.xihanfun.com/assets/logo.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&family=Noto+Sans+SC:wght@300;400;500;700;900&family=Sora:wght@400;500;600;700;800&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>