docs: 改进 DEVELOPMENT.md#21
Closed
JKrith wants to merge 1 commit into
Closed
Conversation
1.Wails版本,使用 v2.5 时编译失败,并且`wind_setting\go.mod`中使用了v2.12,因此在文档中写明次要版本 2.Go版本,`wind_setting\go.mod`中使用了Go1.26, 并且Go1.25 @latest下载Wails时会下到旧版本导致1.的问题 3.CMake,补充关于MSVC与CMake的说明 4.PowerShell版本,`installer\uninstall.ps1`使用了PS 7引入的新运算符`?.`,因此在文档中写明PS版本 5..NET版本,wind_portable使用了NET但文档中未写明
d26cb0f to
3feddac
Compare
Owner
|
感谢你的PR! 本仓库对于PR,要求强制签署 CLA,以避免可能的版权纠纷。 另外,考虑到当前项目的开发阶段和更新频率,暂不接受纯文档类的PR!(抱歉未具体使用文档说明) |
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.
Commit Message:
1.Wails版本,使用 v2.5 时编译失败,并且
wind_setting\go.mod中使用了v2.12,因此在文档中写明次要版本2.Go版本,
wind_setting\go.mod中使用了Go1.26, 并且Go1.25 @latest下载Wails时会下到旧版本导致1.的问题3.CMake,补充关于MSVC与CMake的说明
4.PowerShell版本,
installer\uninstall.ps1使用了PS 7引入的新运算符?.,因此在文档中写明PS版本5..NET版本,wind_portable使用了NET但文档中未写明
变更说明
最近我尝试本地编译清风时遇到了不少麻烦,问题集中在安装开发环境这方面,感觉有必要更新DEVELOPMENT.md,详见Commit Message
变更类型
测试情况
build_all.ps1)检查清单
go fmt,前端: 格式化工具)