-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ feat: Add changelog modal #4800
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thank you for raising your pull request and contributing to our Community |
4f94cda
to
19229bb
Compare
|
||
import { Locales } from '@/locales/resources'; | ||
|
||
const BASE_URL = 'https://raw.githubusercontent.com'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个会导致只有用户那边翻墙了才能看到 changelog,感觉这个请求逻辑应该要做一份到 server 去请求。走 edge 的 trpc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
头图也有这个问题
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
那头图是不是应该走一道上传,转到r2里去?
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4800 +/- ##
==========================================
+ Coverage 91.53% 96.21% +4.67%
==========================================
Files 538 27 -511
Lines 37803 3962 -33841
Branches 2325 321 -2004
==========================================
- Hits 34603 3812 -30791
+ Misses 3200 150 -3050
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
📝 补充信息 | Additional Information