Jingsong Gao

Results 6 issues of Jingsong Gao

### Is your feature request related to a problem? Please describe. there is no context info currently, such as `filepath`/`vite compiler`, when `markdown-it` parse markdown files, and this leads to...

enhancement
build

https://github.com/297854895/vue-tsx-admin/blob/cb1b438ece86d97f39bc0cd85473ee060deb72d0/src/layouts/BasicLayout/index.tsx#L91 rewrite with [`classnames`](https://github.com/JedWatson/classnames#readme) will be much better

**这个 PR 做了什么?** (简要描述所做更改) 支持编译小程序插件导出 **这个 PR 是什么类型?** (至少选择一个) - [ ] 错误修复(Bugfix) issue: fix # - [x] 新功能(Feature) - [ ] 代码重构(Refactor) - [ ] TypeScript 类型定义修改(Typings) - [...

question

https://github.com/wvv8oo/lunar/blob/34940a8a0c3db14d35e973ab53b9d86a89542fce/lib/chinese-lunar.js#L540 https://github.com/wvv8oo/lunar/blob/34940a8a0c3db14d35e973ab53b9d86a89542fce/lib/chinese-lunar.js#L244 https://github.com/wvv8oo/lunar/blob/34940a8a0c3db14d35e973ab53b9d86a89542fce/lib/chinese-lunar.js#L248 例子: ```javascript var a = new Date(2017, 7, 22) // 农历七月初一 var b = new Date('2017-9-1 16:20:20') // 农历七月十一 var c = new Date('2017-9-1') var span1 =...

https://github.com/Tencent/tdesign-vue-next-starter/blob/b73708b6b4bc67cbaa1efa3f32b4ae0711e7c779/src/layouts/components/MenuContent.vue#L2 this element make `child combinator`(`>`) in menu style breaked https://github.com/Tencent/tdesign-common/blob/50bcb279b7ced6dea5b0d359972156c7e7c00124/style/web/components/menu/_index.less#L278-L291

Need More Info

https://github.com/alibaba/BizGoblin/blob/717c2eb168c554fa51a1c1848073c54a07118be6/packages/goblin/lib/components/setSeriesConfig.js#L20 code in above add new geom, but not remove exist code in `f2` ```js self.addGeom(geom); ```