StarkL
StarkL
如题,详情连接,如有解决方案,请回复,谢谢! ```js var option = { series: [{ type: 'liquidFill', radius: '90%', outline: { show: false, }, backgroundStyle: { color: '#01075e' }, label: { show: false, fontFamily: 'yalan', fontSize: 24,...
命令行打印详细报错信息很常见,随着使用工具越来越多, 虽说错误日志格式大多统一,但偶尔还会遇到需要查查词汇的情况。 会不会有方法可以实现命令行里的一键翻译? 感谢!

I want to simulate the effect of TODO before Git commit like webStorm. If TODO is detected, the commit action will be suspended, and the subsequent commit action will continue...
我看项目中使用的是Vue3语法, 如果想要在Vue2中使用, 现在能想到一个方案: 用Vue3单独将此插件运行起来,通过iframe嵌入到Vue2项目中, 但这样会增加交互环节, 此插件是否直接支持Vue2呢? 向开源致敬!