热更新
BIN
unpackage/dist/build/web/assets/app_update_close.901cf6af.png
vendored
Normal file
|
After Width: | Height: | Size: 7.5 KiB |
BIN
unpackage/dist/build/web/assets/bg_top.125b3525.png
vendored
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
unpackage/dist/build/web/assets/uniicons.b6d3756e.ttf
vendored
Normal file
88
unpackage/dist/build/web/hybrid/html/local.html
vendored
Normal file
@@ -0,0 +1,88 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>本地网页</title>
|
||||
<style type="text/css">
|
||||
.btn {
|
||||
display: block;
|
||||
margin: 20px auto;
|
||||
padding: 5px;
|
||||
background-color: #007aff;
|
||||
border: 0;
|
||||
color: #ffffff;
|
||||
height: 40px;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.btn-red {
|
||||
background-color: #dd524d;
|
||||
}
|
||||
|
||||
.btn-yellow {
|
||||
background-color: #f0ad4e;
|
||||
}
|
||||
|
||||
.desc {
|
||||
padding: 10px;
|
||||
color: #999999;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class="desc">web-view 组件加载本地 html 示例,仅在 App 环境下生效。点击下列按钮,跳转至其它页面。</p>
|
||||
<div class="btn-list">
|
||||
<button class="btn" type="button" data-action="navigateTo">navigateTo</button>
|
||||
<button class="btn" type="button" data-action="redirectTo">redirectTo</button>
|
||||
<button class="btn" type="button" data-action="navigateBack">navigateBack</button>
|
||||
<button class="btn" type="button" data-action="reLaunch">reLaunch</button>
|
||||
<button class="btn" type="button" data-action="switchTab">switchTab</button>
|
||||
</div>
|
||||
<p class="desc">网页向应用发送消息。注意:小程序端应用会在此页面后退时接收到消息。</p>
|
||||
<div class="btn-list">
|
||||
<button class="btn btn-red" type="button" id="postMessage">postMessage</button>
|
||||
</div>
|
||||
<!-- uni 的 SDK -->
|
||||
<script type="text/javascript" src="https://unpkg.com/@dcloudio/uni-webview-js@0.0.1/index.js"></script>
|
||||
<script type="text/javascript">
|
||||
document.addEventListener('UniAppJSBridgeReady', function() {
|
||||
document.querySelector('.btn-list').addEventListener('click', function(evt) {
|
||||
var target = evt.target;
|
||||
if (target.tagName === 'BUTTON') {
|
||||
var action = target.getAttribute('data-action');
|
||||
switch (action) {
|
||||
case 'switchTab':
|
||||
uni.switchTab({
|
||||
url: '/pages/tabBar/API/API'
|
||||
});
|
||||
break;
|
||||
case 'reLaunch':
|
||||
uni.reLaunch({
|
||||
url: '/pages/tabBar/API/API'
|
||||
});
|
||||
break;
|
||||
case 'navigateBack':
|
||||
uni.navigateBack({
|
||||
delta: 1
|
||||
});
|
||||
break;
|
||||
default:
|
||||
uni[action]({
|
||||
url: '/pages/component/button/button'
|
||||
});
|
||||
break;
|
||||
}
|
||||
}
|
||||
});
|
||||
document.querySelector("#postMessage").addEventListener('click', function() {
|
||||
uni.postMessage({
|
||||
data: {
|
||||
action: 'message'
|
||||
}
|
||||
});
|
||||
})
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
7
unpackage/dist/build/web/index.html
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') ||
|
||||
CSS.supports('top: constant(a)'))
|
||||
document.write(
|
||||
'<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' +
|
||||
(coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><title>众妙之门</title><script>// document.addEventListener('DOMContentLoaded', function() {
|
||||
// document.documentElement.style.fontSize = document.documentElement.clientWidth / 20 + 'px'
|
||||
// })</script><link rel=stylesheet href=/static/index.2da1efab.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script>/*BAIDU_STAT*/</script><script src=/static/js/chunk-vendors.37e65a10.js></script><script src=/static/js/index.2dcf1ead.js></script></body></html>
|
||||
BIN
unpackage/dist/build/web/static/60x60.png
vendored
Normal file
|
After Width: | Height: | Size: 774 B |
BIN
unpackage/dist/build/web/static/api.png
vendored
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
unpackage/dist/build/web/static/apiHL.png
vendored
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
unpackage/dist/build/web/static/apiIndex.png
vendored
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
unpackage/dist/build/web/static/arrow-down-black@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 274 B |
BIN
unpackage/dist/build/web/static/arrow@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
unpackage/dist/build/web/static/audio_cover@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
unpackage/dist/build/web/static/audio_mode@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 986 B |
BIN
unpackage/dist/build/web/static/back@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 251 B |
BIN
unpackage/dist/build/web/static/bar/bottom_bar@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 398 KiB |
BIN
unpackage/dist/build/web/static/bar/fullscreen_bottom_bar@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 67 KiB |
BIN
unpackage/dist/build/web/static/bar/top_bar@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 88 KiB |
BIN
unpackage/dist/build/web/static/barrage/back@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 255 B |
BIN
unpackage/dist/build/web/static/barrage/close_gray@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
unpackage/dist/build/web/static/barrage/close_setting@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 343 B |
BIN
unpackage/dist/build/web/static/barrage/close_white@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
unpackage/dist/build/web/static/barrage/color_active@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
unpackage/dist/build/web/static/barrage/color_gray@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/web/static/barrage/color_white@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
unpackage/dist/build/web/static/barrage/open@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
unpackage/dist/build/web/static/barrage/setting_active@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 907 B |
BIN
unpackage/dist/build/web/static/barrage/setting_gray@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 856 B |
BIN
unpackage/dist/build/web/static/barrage/setting_white@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 797 B |
BIN
unpackage/dist/build/web/static/biaoqing.png
vendored
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/1.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/10.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/11.gif
vendored
Normal file
|
After Width: | Height: | Size: 779 B |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/12.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/13.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/14.gif
vendored
Normal file
|
After Width: | Height: | Size: 830 B |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/15.gif
vendored
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/16.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/17.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/18.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/19.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/2.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/20.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/21.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/22.gif
vendored
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/23.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/24.gif
vendored
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/25.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/26.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/27.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/28.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/29.gif
vendored
Normal file
|
After Width: | Height: | Size: 822 B |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/3.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/30.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/31.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/32.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/33.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/34.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/35.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/36.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/37.gif
vendored
Normal file
|
After Width: | Height: | Size: 843 B |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/38.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/39.gif
vendored
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/4.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/40.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/41.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/42.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/43.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/44.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/45.gif
vendored
Normal file
|
After Width: | Height: | Size: 817 B |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/46.gif
vendored
Normal file
|
After Width: | Height: | Size: 844 B |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/47.gif
vendored
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/48.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/49.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/5.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/50.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/51.gif
vendored
Normal file
|
After Width: | Height: | Size: 822 B |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/52.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/53.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/54.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/55.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/56.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/57.gif
vendored
Normal file
|
After Width: | Height: | Size: 650 B |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/58.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/59.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/6.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/60.gif
vendored
Normal file
|
After Width: | Height: | Size: 815 B |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/61.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/62.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/63.gif
vendored
Normal file
|
After Width: | Height: | Size: 719 B |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/64.gif
vendored
Normal file
|
After Width: | Height: | Size: 727 B |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/65.gif
vendored
Normal file
|
After Width: | Height: | Size: 758 B |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/66.gif
vendored
Normal file
|
After Width: | Height: | Size: 753 B |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/67.gif
vendored
Normal file
|
After Width: | Height: | Size: 753 B |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/68.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/69.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/7.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/70.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/71.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/72.gif
vendored
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
unpackage/dist/build/web/static/bkhumor-emoji/73.gif
vendored
Normal file
|
After Width: | Height: | Size: 658 B |