37 lines
1.7 KiB
HTML
37 lines
1.7 KiB
HTML
<!doctype html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8"/>
|
||
<link rel="icon" type="image/svg+xml" href="/logo.svg"/>
|
||
<!-- <link href="https://cdn.jsdelivr.net/npm/element-plus@2.4.10/dist/index.min.css" rel="stylesheet">-->
|
||
<!-- <link href="https://cdn.jsdelivr.net/npm/element-plus@2.4.10/dist/index.min.css" rel="stylesheet">-->
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||
<!-- 基础信息:标题(分享卡片标题) -->
|
||
<meta property="og:title" content="这是分享的标题" />
|
||
|
||
<!-- 描述(分享卡片副标题) -->
|
||
<meta property="og:description" content="这是分享的详细描述,会显示在标题下方" />
|
||
|
||
<!-- 分享图片(卡片主图) -->
|
||
<meta property="og:image" content="https://images.health.ufutx.com/202507/14/cc651222ac2e5f63185dec1f31d176ae.png" />
|
||
|
||
<!-- 分享链接(点击卡片跳转的 URL,默认是当前页面 URL) -->
|
||
<meta property="og:url" content="https://www.ufutx.com/web/#/" />
|
||
|
||
<!-- 类型(固定为 website) -->
|
||
<meta property="og:type" content="website" />
|
||
|
||
<!-- 微信特定标签(增强兼容性) -->
|
||
<meta name="description" content="这是分享的详细描述(微信 fallback 用)" />
|
||
<meta name="thumbnail" content="https://images.health.ufutx.com/202507/14/be87f139c2c1a98f259db1fb3c82de6b.png" /> <!-- 微信缩略图 -->
|
||
<title>友福同享官网</title>
|
||
</head>
|
||
<body>
|
||
<div id="app"></div>
|
||
<!--<script src="https://cdn.jsdelivr.net/npm/element-plus@2.4.10/dist/index.full.min.js"></script>-->
|
||
<!--<script src="https://cdn.jsdelivr.net/npm/element-plus@2.4.10/dist/index.full.min.js"></script>-->
|
||
|
||
<script type="module" src="/src/main.ts"></script>
|
||
</body>
|
||
</html>
|