Chris

Results 41 comments of Chris

As a scaffolding tool project, nunu's current functions have satisfied most application scenarios, so there is no special development direction at present. Or do you have any good suggestions?

The encapsulation of a general-purpose mq package poses significant challenges as it necessitates careful consideration of numerous use cases and code quality. Therefore, I would recommend allowing the user to...

same issues ``` /home/chris/.gvm/bin:/home/chris/.config/nvm/versions/node/v14.21.3/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/sbin:/usr/sbin:/usr/local/go/bin:/home/chris/go/bin ``` ``` chris@chris-PC:~$ type cd cd 是函数 cd () { if __gvm_is_function __gvm_oldcd; then __gvm_oldcd $*; fi; local dot_go_version dot_go_pkgset rslt; local defaults_go_name defaults_go_pkgset; local defaults_resolved=false;...

角标应该显示涨跌幅哈,显示价格用处不大,因为参考性差

看下这个,https://github.com/go-nunu/nunu/blob/main/docs/zh/tutorial.md

> [@astrO1](https://github.com/astrO1) [@robertyclin](https://github.com/robertyclin) [@tinystorm](https://github.com/tinystorm) [@11003](https://github.com/11003) > > 可以试试加一个 [nuxt-style-extractor](https://github.com/markthree/nuxt-style-extractor) 模块 这个模块存在样式class优先级的问题: 1. 多个style被写入到一个css文件 2. css的加载顺序被改变了,导致样式class优先级错乱,最终build跟dev环境样式不一致

> [@codingcn](https://github.com/codingcn) 已支持保持原样输出,具体可见配置 → [nuxt-style-extractor/blob/main/README_CN.md#保持原有状态](https://github.com/markthree/nuxt-style-extractor/blob/main/README_CN.md#%E4%BF%9D%E6%8C%81%E5%8E%9F%E6%9C%89%E7%8A%B6%E6%80%81) 测试了下,的确可以了,感谢哈

> try update [email protected] 问题依旧存在 ``` "resolutions": { "vue": "^3.4.20" }, "pnpm": { "overrides": { "vue": "^3.4.20" } } ```