-
Notifications
You must be signed in to change notification settings - Fork 2.5k
upgrade: 清理和升级依赖 #396
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
Merged
Merged
upgrade: 清理和升级依赖 #396
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 tasks
Collaborator
|
我先把这个PR转成 draft 了,你好了以后,转成 open ,我再过来测试下。 |
Collaborator
|
原来 |
Contributor
Author
|
只在dev的时候依赖 |
Collaborator
|
已经好了吗?那我晚上去测试下。 ^_^ |
Collaborator
|
@starknt 能配置 |
Contributor
Author
|
if(c) {
// do something
} else { // do something ? 这样? } |
Collaborator
这样: if (c) {
// do something
} else {
// do something
}而不是: if (c) {
// do something
}
else {
// do something
} |
Collaborator
|
就是 |
Contributor
Author
|
应该可以配置 |
Collaborator
|
|
Contributor
Author
没有安装 |
Collaborator
噢,好吧。哈哈。 |
Collaborator
问题2:dns.lookup 失败: |
Contributor
Author
|
这个 |
Collaborator
是啊,好几次这东西报错了。 |
Collaborator
|
现在好像没问题了,我再自己 PC 安装测试一下看看。 |
# Conflicts: # README.md # packages/cli/src/index.js # packages/core/src/modules/server/index.js # packages/gui/src/bridge/update/front.js # packages/gui/src/view/App.vue # packages/gui/vue.config.js # packages/mitmproxy/src/lib/proxy/middleware/overwall.js # packages/mitmproxy/src/lib/proxy/tls/FakeServersCenter.js
wangliang181230
added a commit
to wangliang181230/dev-sidecar
that referenced
this pull request
Nov 18, 2024
Collaborator
|
测试通过啦!!! |
Collaborator
Contributor
Author
Collaborator
|
好的,我去看下。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Ⅰ. 描述此PR的作用:
作为PR #391 的第二部分
TODO:
eslintⅡ. 此PR修复了哪个issue吗?
fixes #390
Ⅲ. 界面变化截屏