Live2D文件夹重命名、Neo4j自动提取优化及一键包构建修复#150
Merged
RTGS2017 merged 13 commits intoRTGS2017:mainfrom Dec 13, 2025
Merged
Conversation
将ui/live2d重命名为ui/live2d_local
Collaborator
Author
|
暂时不要merge。一键包打包修复进行中。 |
Collaborator
Author
|
除了一键包编译以外,均修复。可以合并。 |
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.
本次 PR 包含一系列修复与优化,主要包括以下内容:
ui/live2d重命名为ui/live2d_local。live2d包或第三方库的导入命名冲突,避免安装最新版本依赖导致编译失败。renderer.py和相关配置代码以适配路径变更,并优化了渲染逻辑。hooks/hook-OpenGL.py和rthook-opengl.py,修复打包后 OpenGL 缺失导致的错误。json5解析器,在config.json中使用双斜杠 (//) 注释,解决了因注释导致的 JSON 解析报错。build.py和main.spec,验证并完成了一键包的构建流程。