kirin

Results 9 issues of kirin

## What happens? 用vite build构建后的产物无法正常执行 ## Mini Showcase Repository(REQUIRED) [初始化demo](https://github.com/wkeylin/umi-demo) ## How To Reproduce 1. npx create-umi@latest 2. .umirc.ts 配置:vite: {} 3. npm run build 4. npx umi-serve ## Context...

vite-mode

## What happens? `api.logger.profile` 未实现 https://github.com/umijs/umi/blob/master/packages/utils/src/logger.ts ## Mini Showcase Repository(REQUIRED) > Please provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) then upload to your GitHub. 请提供 [最小重现](https://github.com/umijs/umi/blob/master/packages/utils/src/logger.ts),并上传到你的 GitHub 仓库 ## Context - **Umi Version**:...

```js function AliveItem(props) { const id = props.match.params.id const [query, setQuery] = useState() const shared = id % 2 === 0 // 双数共享同一份缓存 // 单数独享缓存 return ( setQuery('?name=test')}>Set Query )...

### Description If it's a directory, append a trailing slash at the end.https://github.com/unjs/mlly/issues/158#issuecomment-1468867050 ### Linked Issues fixed #767 ### Additional context

### Describe the bug The main `Vue 2` project at `/project/ ` and a `Vue 3` based docs subdirectory at` /project/docs` `getVueVersion ` will return wrong version because of this...

### What happened? 图标未正常展示 ### How we reproduce? text/plain 类型的图标没有 ### Expected behavior 图标正常展示 ### Error log _No response_

站点里配置的青蛙域名为:www.qingwapt.com,以前是new.qingwa.pro,签到插件里连青蛙的日志都没有

使用的是nginx镜像,需要将前一个pr合并后,才能使用 #41 解决 #36 #43 使用方法: 1. 合并pr后,更改package.json的版本号,以及通过git打release标签 ```bash # 将package.json中的版本号打tag git tag -a v1.1.1 -m "my version 1.4" # 将tag推送到远程 git push origin v1.1.1 ``` 2. 推送后,该github action自动运行 3....