Arvin Xu

Results 145 issues of Arvin Xu

I want to add `appid` and `appidpwd` to my private repo by `.env` file. ```ini # .env [email protected] APPLE_ID_PASSWORD=xxxx-xxxx-xxxx-xxxx ``` So it can be shared between my devices. But it...

Here it is. ![image](https://user-images.githubusercontent.com/28616219/120892073-f96eeb00-c63e-11eb-801d-2fce50d47e92.png)

在不同类型的项目中,需要显示的 Changelog 是不一样的, 例如在面向开发者的项目中,Changelog 可能越详细越好,但是在面向用户的项目中,Changelog 可能只需写特性与 Bug 修复等 。 因此需要提供一个配置项,允许开发者配置待生成的Changelog 显示信息。 目前提供了一个配置项 `displayTypes`,用于筛选出需要显示的 types ```js // .changelogrc.js module.exports = { displayTypes: ['feat', 'fix', 'styles', 'pref'], }; ``` More: 允许用户过滤不要的 types

enhancement

添加两个按钮 - 复制为 Sketch Group JSON - 复制为 Sketch Symbol JSON 在 Sketch 端,利用粘贴 JSON 为 Sketch 对象的方法。目前实现在 [Pan](https://www.yuque.com/design-engineering/pan/kwo1l5) 中。➡️ [下载地址](https://github.com/arvinxx/pan/releases/download/v0.2.4/pan.sketchplugin.zip),粘贴快捷键 Ctrl + Shift + V (注意是 Ctrl 不是 Cmd)...

pr(enhancement)

I run the same job on Linux, macOS & Windows. And while macOS & Linux take less than 1 minutes when in cache step, Windows takes almost 4~5 minutes. Here...

bug
area:compression

发布 html2sketch v1.0.0 正式版 破坏性变更: - `nodeToSketchSymbol` 改名为 `nodeToSymbol` Bug修复: - [ ] #47 - [ ] #37 - [x] #51 - [ ] #53 - [ ] #54 -...

### 🐛 bug 描述 ### 📷 复现步骤 ### 🏞 期望结果 ### 💻 复现代码 [可复现 demo](https://codesandbox.io/s/quiet-sunset-u89333) ### © 版本信息 - html2sketch 版本: [e.g. 1.0.0] - 浏览器环境 - 开发环境 [e.g. mac OS]...

### 🐛 bug 描述 ### 📷 复现步骤 ### 🏞 期望结果 ### 💻 复现代码 [可复现 demo](https://codesandbox.io/s/html2ksetch-demo-m53be?file=/src/Demo.tsx) ### © 版本信息 - html2sketch 版本: [e.g. 1.0.0] - 浏览器环境 - 开发环境 [e.g. mac OS]...