xdmjun/wxappUnpacker

Import 的wxss文件都没有编译出来

Closed this issue · 3 comments

@import 的wxss文件都没有编译出来

链接: https://pan.baidu.com/s/12fKIEbg8cE9PB2lfvarUMw 提取码: vjyy 复制这段内容后打开百度网盘手机App,操作更方便哦

{"./color.wxss":2,"./iconfont/iconfont.wxss":8,"./vendor/vant/common/index.wxss": 这三个wxss都没有解出来

在page-frame.html文件有代码片段
window.__rpxRecalculatingFuncs__ = window.__rpxRecalculatingFuncs__ || []; var __COMMON_STYLESHEETS__ = __COMMON_STYLESHEETS__||{} if (!__COMMON_STYLESHEETS__.hasOwnProperty('./color.wxss'))__COMMON_STYLESHEETS__['./color.wxss']=[".",[1],"bg-blue { background-color: #3fa8f4; }\n.",[1],"night-mode.",[1],"bg-blue { background-color: rgba(63, 168, 244, 0.5); }\n.",[1],"bg-red { background-color: #ff7b5c; }\n.",[1],"night-mode.",[1],"bg-red { background-color: rgba(255, 123, 92, 0.5); }\n.",[1],"bg-green { background-color: #3dc48d; }\n.",[1],"night-mode.",[1],"bg-green { background-color: rgba(61, 196, 141, 0.5); }\n.",[1],"bg-dark-blue { background-color: #065784; }\n.",[1],"night-mode.",[1],"bg-dark-blue { background-color: rgba(6, 87, 132, 0.5); }\n.",[1],"bg-pink { background-color: #ed9ae6; }\n.",[1],"night-mode.",[1],"bg-pink { background-color: rgba(237, 154, 230, 0.5); }\n.",[1],"bg-purple { background-color: #3b3354; }\n",];if (!__COMMON_STYLESHEETS__.hasOwnProperty('./iconfont/iconfont.wxss'))__COMMON_STYLESHEETS__['./iconfont/iconfont.wxss']=["@font-face {font-family: \x22CosleepAppIcons\x22; src: url(iconfont.eot?t\x3d1545194977916-do-not-use-local-path-./iconfont/iconfont.wxss\x263\x267); src: url(iconfont.eot?t\x3d1545194977916#iefix-do-not-use-local-path-./iconfont/iconfont.wxss\x267\x267) format(\x27embedded-opentype\x27), /* IE6-IE8 */\n

碰到很多小程序都这样,Import 的wxss文件都解不出来