黄继华

Results 7 issues of 黄继华

### pnpm version: 7.4.1 ### Code to reproduce the issue: ``` vim export PNPM_HOME="/Users/xxx/Library/pnpm" export PATH="$PNPM_HOME:$PATH" ``` ### Expected behavior: ### Actual behavior: ### Additional information: - `node -v` prints:...

type: bug
help wanted
os: macOS

Generate png,jpeg,canvas and automatically zoom in according to the resolution of the device screen to ensure the quality of the picture

taxError: /Users/huangjihua/Documents/autohome/projects/re-bulma/src/components/panel/panel-tabs.js: Unexpected token (6:19 `export default class PanelTabs extends Component { > 6 | static propTypes = { | ^ 7 | children: PropTypes.any, 8 | className: PropTypes.string, 9...

window: ![image](https://github.com/0ahz/vite-plugin-babel-import/assets/3156292/8debc195-7d23-4162-9fba-54ec1dcbd72d) mac: ![image](https://github.com/0ahz/vite-plugin-babel-import/assets/3156292/c7dd8655-31e4-4c61-9264-c70068d8d0c7) window pascalCase does not take effect

![image](https://user-images.githubusercontent.com/3156292/204136065-6792d98a-73bd-4c9b-b1e6-7581fd94bcb0.png)

#### 💻 变更类型 | Change Type - [x] ✨ feat - \[ ] 🐛 fix - \[ ] 💄 style - \[ ] 🔨 chore - \[ ] 📝 docs...

### 🥰 需求描述 组件说明文档的 API 说明,自动生成表格的同时,能通过配置的语言 ID 来自动活动对应的 `description`说明 ### 🧐 解决方案 根据配置的`locales`语言 ID 来获取API 的属性多语言支持,如果没有设置指定语言说明,采用默认说明 示例: ### 🚑 其他信息