Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤖[deprecated] Generated by Copilot at 001477c
Summary
🐛🚀📝
This pull request simplifies the defaultUrl for the
uploadConvertData
function and adds error handling for its calls in various components. It also removes unnecessary console.log statements and fixes some minor issues with the CodeBlock and Tutorial components.Walkthrough
https://sealos.run/
and improved the error message for missing bd_vid infrontend/desktop/src/api/platform.ts
andservice/license/src/api/system.ts
(link, link)frontend/desktop/src/pages/api/platform/uploadData.ts
andservice/license/src/pages/api/platform/uploadData.ts
(link, link, link, link)service/license/src/components/CodeBlock/index.tsx
to indicate root or sudo privileges (link)service/license/src/pages/cluster/components/Tutorial.tsx
to usescripts/install.sh
instead ofinstall.sh
(link)