Fix path get#246
Closed
Mikachu2333 wants to merge 16 commits into
Closed
Conversation
|
Hi @Mikachu2333, ❤️ 感谢你的贡献!你的 PR 当前基于 |
added 2 commits
August 7, 2025 19:25
Collaborator
Author
|
看起来还有问题…… |
Collaborator
Author
|
问一下 @ccmywish ,我对path的改动会影响 backup函数吗?现在所有的path只要被规范化过就会自动在开头和结尾加单引号 其余的我都检查了一下,没发现问题,就这个backup拿不准 |
Contributor
Contributor
|
另外,这个改动太大了。肯定要分开。 |
Collaborator
Author
这咋分,确实是一整个大功能改进( |
Collaborator
Author
ok |
Contributor
|
你的代码格式一直没有规范下来,所以如果你提交一大块进来,我得挨个修改。请务必务必务必要跟周围的代码格式一样。
|
Contributor
尽量分,实在分不了再说 @Mikachu2333 另外,我看你也工作了一天了,辛苦了 👍 维护开源项目是一个细致缓慢地过程,不要心急,一次只做一点工作,这样身体才能可持续地发展,项目也能持续稳步进展。先早点休息吧 🤝 |
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
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.


问题描述
方案与实现