黄继华
黄继华
### 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:...
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:  mac:  window pascalCase does not take effect

#### 💻 变更类型 | Change Type - [x] ✨ feat - \[ ] 🐛 fix - \[ ] 💄 style - \[ ] 🔨 chore - \[ ] 📝 docs...
### 🥰 需求描述 组件说明文档的 API 说明,自动生成表格的同时,能通过配置的语言 ID 来自动活动对应的 `description`说明 ### 🧐 解决方案 根据配置的`locales`语言 ID 来获取API 的属性多语言支持,如果没有设置指定语言说明,采用默认说明 示例: ### 🚑 其他信息