-
Notifications
You must be signed in to change notification settings - Fork 17
/
index.html
51 lines (46 loc) · 1.65 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,initial-scale=1.0,width=device-width"
/>
<title>ifredom-答案</title>
<link href="favicon.ico" rel="shortcut icon">
<!-- <script src="//g.alicdn.com/fdilab/lib3rd/viewport-units-buggyfill/0.6.2/??viewport-units-buggyfill.hacks.min.js,viewport-units-buggyfill.min.js"></script> -->
<script src="/dist/vendor.dll.js" type="javascript" ></script>
</head>
<body>
<div id="app">
<!--vue-ssr-outlet-->
</div>
<!-- built files will be auto injected -->
<script>
// Flexible.js适配方案配置
// window.onload = function () {
// window.viewportUnitsBuggyfill.init({
// hacks: window.viewportUnitsBuggyfillHacks
// });
// var winDPI = window.devicePixelRatio;
// var uAgent = window.navigator.userAgent;
// var screenHeight = window.screen.height;
// var screenWidth = window.screen.width;
// var winWidth = window.innerWidth;
// var winHeight = window.innerHeight;
// console.log(
// 'Windows DPI:' +
// winDPI +
// ';\ruAgent:' +
// uAgent +
// ';\rScreen Width:' +
// screenWidth +
// ';\rScreen Height:' +
// screenHeight +
// ';\rWindow Width:' +
// winWidth +
// ';\rWindow Height:' +
// winHeight
// );
// };
</script>
</body>
</html>