李晓川

Results 12 comments of 李晓川

When to resolve changes or documentation🤔

我是做了个定时器,筛选选择之后3s改回原来的状态,凑活能用

I tried adding the win system process and it now works fine on my computer. #44

> @swissmexxa its, uhhm, not pretty but it works, lol been running this in prod for like a year now, it kinda goes like this > > ```ts > export...

I used `define Cache EventHandler` to specify the value of key, but it doesn’t seem to work. ![image](https://github.com/unjs/nitro/assets/110974969/2174c0ee-7518-40a0-b493-01bdf32cf4af)

> @lxccc812 Define your routeRules directly in the root of your nuxt.config object and not under nitro. > > I made a stackblitz example for you: https://stackblitz.com/edit/github-v24i7v-dipodp > > You...

@swissmexxa Thank you for your example. When I tested the example you gave me, I found that if I have multiple routes that need to be cached, how should I...

@swissmexxa Thank you again for your patient answer. The sign to generate cache is to enter the getKey function, so what is the sign to use cache?In this [example](https://stackblitz.com/edit/github-v24i7v-nrehwu?file=server%2Fplugins%2FcustomCacheKey.ts), when...

I found a new problem. If I access ?t=2 and successfully generate cache with t variable, then when I access ?t=2&x=1 again, it will automatically jump to ?t=2, which is...