LuFei

Results 23 issues of LuFei

例如我打正式包希望是:`xxx-prod`,测试包是`xxx-test` 期望: ``` productName: config[process.env.NODE_ENV].NODE_ENV === 'prod' ? `xxx_prod` : `xxx_${config[process.env.NODE_ENV].NODE_ENV}`, ``` 我用的是`electron-builder.json5`

### Affected Packages - [ ] @yeger/eslint-config - [x] @yeger/vue-masonry-wall - [x] @yeger/vue2-masonry-wall - [ ] vecti ### Description eg: https://heikaimu.github.io/vue3-waterfall-plugin/#/page-a ### Additional context _No response_ ### Preferences - [...

enhancement
help wanted

示例图: ![Image](https://github.com/user-attachments/assets/79951848-f348-4128-898d-2091b62510f8) 复现代码: ```html const value = ref([1, 7]); ```