kirklin / celeris-web

Celeris Web is a highly performant and customizable front-end development template built with Vue 3, Vite, and TypeScript. It features the latest syntax, components and APIs auto importing, state management, Chinese font presets, internationalization, and integration with OpenAI's ChatGPT API.
https://celeris-web.vercel.app/
MIT License
384 stars 60 forks source link

fix: adjust scrollbar style in pageWrapper container to prevent it from obscuring content area #25

Closed Aaron-zon closed 3 months ago

Aaron-zon commented 4 months ago

Proposed changes

adjust scrollbar style in pageWrapper container to prevent it from obscuring content area

Types of changes

What types of changes does your code introduce? Put an x in the boxes that apply

Linked Issues

21

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
celeris-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 9, 2024 4:02pm
celeris-web-api ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 9, 2024 4:02pm
celeris-web-api-ai-openai ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 9, 2024 4:02pm
kirklin commented 3 months ago

感谢你的贡献。

关于频繁开关PR的问题:一个PR中有多个提交是完全可以接受的。你不需要为你的更改进行rebase或force push。我们通常会在合并时将提交合并为一个提交。 kirklin/contribute

Thanks for your contribution and for addressing the feedback. We appreciate your effort in refining the pull request.

Regarding the frequency of opening and closing PRs, it's perfectly fine to have multiple commits within a single PR. You don't need to rebase or force push for your changes. We typically squash the commits into one commit when merging.

Aaron-zon commented 3 months ago

好的,没做过这种操作,谢谢你的提醒