mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-05-29 09:49:16 +08:00
Updates
This commit is contained in:
parent
2bf50d8c66
commit
775722f359
8
vite/assets/main.33235344.js
Normal file
8
vite/assets/main.33235344.js
Normal file
File diff suppressed because one or more lines are too long
1
vite/assets/main.e6aeb5ab.css
Normal file
1
vite/assets/main.e6aeb5ab.css
Normal file
File diff suppressed because one or more lines are too long
1
vite/assets/nested.e4962f14.js
Normal file
1
vite/assets/nested.e4962f14.js
Normal file
@ -0,0 +1 @@
|
||||
import"./main.33235344.js";
|
34
vite/index.html
Normal file
34
vite/index.html
Normal file
@ -0,0 +1,34 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Vant Weapp - 轻量、可靠的小程序 UI 组件库</title>
|
||||
<meta name="description" content="轻量、可靠的小程序 UI 组件库" />
|
||||
<link rel="icon" type="image/png" href="https://img.yzcdn.cn/vant/logo.png" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover"
|
||||
/>
|
||||
<meta http-equiv="Cache-Control" content="no-cache" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
|
||||
<script>
|
||||
var _hmt = _hmt || [];
|
||||
(function() {
|
||||
var hm = document.createElement('script');
|
||||
hm.src =
|
||||
'https://hm.baidu.com/hm.js?ad6b5732c36321f2dafed737ac2da92f';
|
||||
var s = document.getElementsByTagName('script')[0];
|
||||
s.parentNode.insertBefore(hm, s);
|
||||
})();
|
||||
</script>
|
||||
|
||||
<script type="module" crossorigin src="/vant-weapp/assets/main.33235344.js"></script>
|
||||
<link rel="stylesheet" href="/vant-weapp/assets/main.e6aeb5ab.css">
|
||||
</head>
|
||||
<body ontouchstart>
|
||||
<div id="app"></div>
|
||||
|
||||
</body>
|
||||
</html>
|
37
vite/mobile.html
Normal file
37
vite/mobile.html
Normal file
@ -0,0 +1,37 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Vant Weapp - 轻量、可靠的小程序 UI 组件库</title>
|
||||
<meta name="description" content="轻量、可靠的小程序 UI 组件库" />
|
||||
<link rel="icon" type="image/png" href="https://img.yzcdn.cn/vant/logo.png" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover"
|
||||
/>
|
||||
<meta http-equiv="Cache-Control" content="no-cache" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
|
||||
<script>
|
||||
// avoid to load analytics in iframe
|
||||
if (window.top === window) {
|
||||
var _hmt = _hmt || [];
|
||||
(function () {
|
||||
var hm = document.createElement('script');
|
||||
hm.src = 'https://hm.baidu.com/hm.js?ad6b5732c36321f2dafed737ac2da92f';
|
||||
var s = document.getElementsByTagName('script')[0];
|
||||
s.parentNode.insertBefore(hm, s);
|
||||
})();
|
||||
}
|
||||
</script>
|
||||
|
||||
<script type="module" crossorigin src="/vant-weapp/assets/nested.e4962f14.js"></script>
|
||||
<link rel="modulepreload" href="/vant-weapp/assets/main.33235344.js">
|
||||
<link rel="stylesheet" href="/vant-weapp/assets/main.e6aeb5ab.css">
|
||||
</head>
|
||||
<body ontouchstart>
|
||||
<div id="app"></div>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user