Yveeven

Results 2 issues of Yveeven

可直接使用官方在线播放能力复现,https://h5player.bytedance.com/generate/

Stale
need info

### Describe the bug ![CleanShot 2024-04-16 at 17 23 58@2x](https://github.com/unplugin/unplugin-auto-import/assets/76424723/8c8cce73-33ac-4e52-91ac-a380f6f2eea2) code: ``` /src/plugins/lodash import lodash from 'lodash' export function lodashImports() { const exports = Object.keys(lodash).map(v => [v, `use${lodash.upperFirst(v)}`]) return {...