|
|
@@ -1,27 +1,34 @@
|
|
|
<!DOCTYPE html>
|
|
|
<html lang="en" mode="ios">
|
|
|
- <head>
|
|
|
- <meta charset="UTF-8" />
|
|
|
- <link rel="icon" href="/favicon.ico" />
|
|
|
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
- <meta name="color-scheme" content="light dark" />
|
|
|
- <meta
|
|
|
- name="viewport"
|
|
|
- content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"
|
|
|
- />
|
|
|
- <meta name="format-detection" content="telephone=no" />
|
|
|
- <meta name="msapplication-tap-highlight" content="no" />
|
|
|
-
|
|
|
-
|
|
|
- <!-- add to homescreen for ios -->
|
|
|
- <meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
- <meta name="apple-mobile-web-app-title" content="Ionic App" />
|
|
|
- <meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
|
|
- <title>拍卖的那个</title>
|
|
|
- </head>
|
|
|
- <body>
|
|
|
- <div id="app"></div>
|
|
|
- <script type="module" src="/src/main.js"></script>
|
|
|
- <script src="https://assets.salesmartly.com/js/project_9355_9754_1670553307.js"></script>
|
|
|
- </body>
|
|
|
-</html>
|
|
|
+
|
|
|
+<head>
|
|
|
+ <meta charset="UTF-8" />
|
|
|
+ <link rel="icon" href="/favicon.ico" />
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
+ <meta name="viewport"
|
|
|
+ content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
|
|
+ <meta name="format-detection" content="telephone=no" />
|
|
|
+ <meta name="msapplication-tap-highlight" content="no" />
|
|
|
+
|
|
|
+
|
|
|
+ <!-- add to homescreen for ios -->
|
|
|
+ <meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
+ <meta name="apple-mobile-web-app-title" content="Ionic App" />
|
|
|
+ <meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
|
|
+ <title>拍卖的那个</title>
|
|
|
+</head>
|
|
|
+
|
|
|
+<body>
|
|
|
+ <div id="app"></div>
|
|
|
+ <script type="module" src="/src/main.js"></script>
|
|
|
+ <script src="https://assets.salesmartly.com/js/project_9355_9754_1670553307.js"></script>
|
|
|
+ <!-- <script src="./jquery-3.6.1.min.js"></script>
|
|
|
+ <script>
|
|
|
+ $("#s-chat-plugin").ready(function () {
|
|
|
+ var head = $("#s-chat-plugin").contents().find("head");
|
|
|
+ // head.append($('<meta name="color-scheme" content="light dark">'));
|
|
|
+ });
|
|
|
+ </script> -->
|
|
|
+</body>
|
|
|
+
|
|
|
+</html>
|