HuQ

Results 4 issues of HuQ

前端项目中的img目录,大家都在往里面放图片,但对于别人来说并不知道这张图片的存在,所以容易造成文件冗余。findImg即可让所有图片在浏览中预览,从而更直观的了解文件信息。 github:https://github.com/HuXin957/find-img ![image](https://github.com/ruanyf/weekly/assets/58537144/fdeb9ad5-d00b-48e5-936f-d45d00644684) 换肤(方便查看白色图片) ![image](https://github.com/ruanyf/weekly/assets/58537144/e01a9b9e-dcba-4897-abe9-9d8a85471671)

**To reproduce:** ```less import styles from './index.less'; ``` **Current behavior:** ```javascript const Home = () => { console.log(styles) //undefined return ( ); }; ``` ```javascript { test: /\.less$/, use: [...

bug

import styles from './index.less' className={styles.main} 请教大佬,这种写法现在less不支持了吗

fix tab and header cannot be clicked,and fix tabbar under the list when scrolling