CHOYSEN

Results 5 issues of CHOYSEN

假设有一个书籍列表页,点击书名就会进入到书籍的详情页。我想在列表页利用 `cacheKey` 做一个预加载,当鼠标移到具体书名的时候就发起请求,这样当用户真正点击进去发起请求时 cacheKey 与列表页请求的 cacheKey 相同。但以目前的方式想要实现我只能想到这样,是我错过了什么吗? ```ts // services const getBook = (id) => axios.get(`/book/${id}`).then((res) => res.data); const getBookList = () => axios.get("/books").then((res) => res.data); const Books = ()...

[[中文版模板 / Chinese template](https://github.com/alibaba/hooks/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)] ### 🤔 This is a ... - [ ] New feature - [ ] Bug fix - [ ] Site / documentation update - [ ]...

reproduction: `markdown.lineNumbers` with the following incorrect language `ts c` ```md \```ts c const a = 1 \``` ``` ![image](https://user-images.githubusercontent.com/25995358/188195616-fb582030-1c10-4275-a33c-ea5e95c0be9d.png)

Some people are refused to log in to OpenAPI, and the following message appears: "OpenAI's services are not available in your country. (error=unsupported country)" But as far as I know,...