feat: 新增抱团组件和申请助手弹窗组件
新增huddle-box和helper-pop组件,包含相关图片资源和样式调整 修复item-mj组件中itemBottom导入错误 优化移动端样式适配 更新sectionV2页面引入新组件 补充公共样式和动画效果
This commit is contained in:
@@ -40,7 +40,11 @@ const watchList = {
|
||||
|
||||
// 监听 bi.txt,同步到 bi.js
|
||||
"../component/bi/bi.txt": "../component/bi/bi.js",
|
||||
|
||||
|
||||
"../component/huddle-box/huddle-box.txt": "../component/huddle-box/huddle-box.js",
|
||||
|
||||
"../component/helper-pop/helper-pop.txt": "../component/helper-pop/helper-pop.js",
|
||||
|
||||
// 可添加更多文件(格式:'txt路径': 'js路径')
|
||||
// './component/other/other.txt': './component/other/other.js',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user