-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
105 lines (96 loc) · 4.34 KB
/
index.html
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<link rel="preconnect" href="https://cdn.jsdelivr.net" />
<link rel="preconnect" href="https://api.github.com" />
<link rel="preconnect" href="https://www.google-analytics.com" />
<link rel="dns-prefetch" href="https://www.google-analytics.com" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>iDux - A UI Component Library for Vue 3.x</title>
<meta
name="keywords"
content="vue, vue3, component, components, ui-components, ui-component-library, typescript, open source, idux, iduxFE, 组件, 组件库, UI 框架"
/>
<meta name="author" content="IDuxFE Team" />
<meta
name="description"
content="An enterprise-class UI component library, easy to use and make developing more effective."
/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="translucent" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@idux" />
<meta name="twitter:creator" content="@idux" />
<meta name="twitter:title" content="iDux - A UI Component Library for Vue 3.x" />
<meta
name="twitter:description"
content="An enterprise-class UI component library, easy to use and make developing more effective."
/>
<!-- <meta name="twitter:image" content="https://idux.site/imgs/preview.png"> -->
<meta property="og:url" content="https://idux.site" />
<meta property="og:type" content="website" />
<meta property="og:title" content="iDux - A UI Component Library for Vue 3.x" />
<meta property="og:site_name" content="iDux - A UI Component Library for Vue 3.x" />
<meta property="og:locale" content="en_US" />
<meta
property="og:description"
content="An enterprise-class UI component library, easy to use and make developing more effective."
/>
<!-- <meta property="og:image" content="https://idux.site/imgs/preview.png">
<meta property="og:image:secure_url" content="https://idux.site/imgs/preview.png"> -->
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1920" />
<meta property="og:image:height" content="1080" />
<!-- TODO: PWA
<meta name="theme-color" content="#1890ff">
<link rel="icon shortcut" type="image/svg+xml" href="/logo.svg">
<link rel="apple-touch-icon" href="/icons/120.png">
<link rel="manifest" href="/manifest.json">
-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-150TJFGX9N"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'G-150TJFGX9N')
</script>
<!-- Start Single Page Apps for GitHub Pages -->
<script type="text/javascript">
// Single Page Apps for GitHub Pages
// MIT License
// https://github.com/rafgraph/spa-github-pages
// This script checks to see if a redirect is present in the query string,
// converts it back into the correct url and adds it to the
// browser's history using window.history.replaceState(...),
// which won't cause the browser to attempt to load the new url.
// When the single page app is loaded further down in this file,
// the correct url will be waiting in the browser's history for
// the single page app to route accordingly.
;(function (l) {
if (l.search[1] === '/') {
var decoded = l.search
.slice(1)
.split('&')
.map(function (s) {
return s.replace(/~and~/g, '&')
})
.join('?')
window.history.replaceState(null, null, l.pathname.slice(0, -1) + decoded + l.hash)
}
})(window.location)
</script>
<!-- End Single Page Apps for GitHub Pages -->
<script type="module" crossorigin src="/assets/index-88a96bc2.js"></script>
<link rel="modulepreload" crossorigin href="/assets/__commonjsHelpers__-725317a4.js">
<link rel="stylesheet" href="/assets/index-d526905a.css">
</head>
<body>
<div id="app"></div>
</body>
</html>