-
-
Notifications
You must be signed in to change notification settings - Fork 10k
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
♻️ refactor: refactor async api request #4450
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
👍 @arvinxx Thank you for raising your pull request and contributing to our Community |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4450 +/- ##
==========================================
+ Coverage 92.68% 97.34% +4.65%
==========================================
Files 507 28 -479
Lines 36438 3949 -32489
Branches 2220 172 -2048
==========================================
- Hits 33774 3844 -29930
+ Misses 2664 105 -2559
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
e097eb4
to
65a2b37
Compare
import { ldModule } from '@/server/ld'; | ||
import { metadataModule } from '@/server/metadata'; | ||
import { DiscoverService } from '@/server/services/discover'; | ||
import { translation } from '@/server/translation'; | ||
import { AssistantCategory } from '@/types/discover'; | ||
import { DiscoverPageProps } from '@/types/discover'; | ||
import { isMobileDevice } from '@/utils/server/responsive'; | ||
|
||
import List from '../features/List'; |
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.
Hi, use absolute path
@@ -6,7 +6,7 @@ import { Flexbox } from 'react-layout-kit'; | |||
import CircleLoading from '@/components/CircleLoading'; | |||
import { useKnowledgeBaseStore } from '@/store/knowledgeBase'; | |||
|
|||
import { PageProps } from '../type'; | |||
import { PageProps } from '../../type'; |
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.
Same here
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
📝 补充信息 | Additional Information