Commit a3fb73d4 by zhanghaozhe

微信登录无痕验证

parent a4cb796f
...@@ -268,6 +268,6 @@ ...@@ -268,6 +268,6 @@
"mrstatic/media/iconfont.css": "/mrstatic/media/iconfont.f2f4294d.woff", "mrstatic/media/iconfont.css": "/mrstatic/media/iconfont.f2f4294d.woff",
"mrstatic/media/kanjia_cg_icon.png": "/mrstatic/media/kanjia_cg_icon.81a489ac.png", "mrstatic/media/kanjia_cg_icon.png": "/mrstatic/media/kanjia_cg_icon.81a489ac.png",
"mrstatic/media/video.scss": "/mrstatic/media/progress-share-bg.80011994.png", "mrstatic/media/video.scss": "/mrstatic/media/progress-share-bg.80011994.png",
"precache-manifest.eb8d1da0b95b0c6f2489155a3e9ee624.js": "/precache-manifest.eb8d1da0b95b0c6f2489155a3e9ee624.js", "precache-manifest.c4624084c758b540a4e79bb88ab341d4.js": "/precache-manifest.c4624084c758b540a4e79bb88ab341d4.js",
"service-worker.js": "/service-worker.js" "service-worker.js": "/service-worker.js"
} }
\ No newline at end of file
...@@ -560,20 +560,20 @@ self.__precacheManifest = [ ...@@ -560,20 +560,20 @@ self.__precacheManifest = [
"url": "/mrstatic/media/progress-share-bg.80011994.png" "url": "/mrstatic/media/progress-share-bg.80011994.png"
}, },
{ {
"revision": "79139f6aad350256e151f9f73c226348", "revision": "c79abf5cb7ae8a82009cf68fe44d1078",
"url": "/mrstatic/media/hb_bj.79139f6a.png" "url": "/mrstatic/media/redb_money_bj@2x.c79abf5c.png"
},
{
"revision": "8edaf2ff2566ed17e2dd22cf4f8ad7ae",
"url": "/mrstatic/media/redb_chai_bj@2x.8edaf2ff.png"
}, },
{ {
"revision": "6902434f8f18a23319d57d0ac8aaea8c", "revision": "6902434f8f18a23319d57d0ac8aaea8c",
"url": "/mrstatic/media/redb_sp_bj@2x.6902434f.png" "url": "/mrstatic/media/redb_sp_bj@2x.6902434f.png"
}, },
{ {
"revision": "c79abf5cb7ae8a82009cf68fe44d1078", "revision": "8edaf2ff2566ed17e2dd22cf4f8ad7ae",
"url": "/mrstatic/media/redb_money_bj@2x.c79abf5c.png" "url": "/mrstatic/media/redb_chai_bj@2x.8edaf2ff.png"
},
{
"revision": "79139f6aad350256e151f9f73c226348",
"url": "/mrstatic/media/hb_bj.79139f6a.png"
}, },
{ {
"revision": "244246ec5e7248b941976de6c9411e93", "revision": "244246ec5e7248b941976de6c9411e93",
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
importScripts("https://storage.googleapis.com/workbox-cdn/releases/3.6.3/workbox-sw.js"); importScripts("https://storage.googleapis.com/workbox-cdn/releases/3.6.3/workbox-sw.js");
importScripts( importScripts(
"/precache-manifest.eb8d1da0b95b0c6f2489155a3e9ee624.js" "/precache-manifest.c4624084c758b540a4e79bb88ab341d4.js"
); );
workbox.clientsClaim(); workbox.clientsClaim();
......
...@@ -131,6 +131,10 @@ body { ...@@ -131,6 +131,10 @@ body {
padding-bottom: constant(safe-area-inset-bottom); padding-bottom: constant(safe-area-inset-bottom);
} }
img{
max-width: 100%;
}
// 这里主要应付 antd-mobile 的组件carousel 不能等比缩放的蛋疼问题 // 这里主要应付 antd-mobile 的组件carousel 不能等比缩放的蛋疼问题
.home-swipe { .home-swipe {
height: 40.625vw; height: 40.625vw;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment