-
-
Notifications
You must be signed in to change notification settings - Fork 12.9k
chore: add Desktop developer extension #7891
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
base: main
Are you sure you want to change the base?
Conversation
@Wxh16144 is attempting to deploy a commit to the LobeHub Team on Vercel. A member of the Team first needs to authorize it. |
Thank you for raising your pull request and contributing to our Community |
TestGru AssignmentSummary
Files
Tip You can |
params.delete('debug'); | ||
} | ||
url.search = params.toString(); | ||
window.location.href = url.toString(); |
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.
这个只会在 开发者工具 窗口生效,得看看有没有其他更好的方式
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7891 +/- ##
==========================================
+ Coverage 88.45% 95.67% +7.21%
==========================================
Files 822 14 -808
Lines 60394 2519 -57875
Branches 4008 244 -3764
==========================================
- Hits 53424 2410 -51014
+ Misses 6970 109 -6861
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
src/app/desktop/devtools/page.tsx
Outdated
@@ -1,7 +1,7 @@ | |||
'use client'; | |||
|
|||
import { ActionIcon, SideNav } from '@lobehub/ui'; | |||
import { Cog, DatabaseIcon } from 'lucide-react'; | |||
import { Cog, DatabaseIcon} from 'lucide-react'; |
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.
这里revert下
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.
好像是我本地 git hook 每次都失败,我就绕过 hook 了.. 你们存在这个问题么?
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.
这里好像格式化有点问题
@@ -117,7 +118,7 @@ export class App { | |||
app.exit(0); | |||
} | |||
|
|||
this.initDevBranding(); | |||
SetupDev.init(); |
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.
这里不用 await 么?
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.
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
📝 补充信息 | Additional Information