Revise asset instructions and GitHub Actions setup

Updated README to reflect changes in asset handling and GitHub Actions.
This commit is contained in:
辉鸭蛋
2026-01-29 16:09:18 +08:00
committed by GitHub
parent 0761652e31
commit e3caf32b94

View File

@@ -12,7 +12,7 @@
1. `git clone https://github.com/babalae/better-genshin-impact.git`
2. 需要使用 [Visual Studio 2022](https://visualstudio.microsoft.com/zh-hans/downloads/) 打开本项目。
请注意当前 `/Asset` 目录下的部分文件过大比如地图特征数据300M+),需要手动从 Release 包中获取并拷贝至对应的编译目录下,软件才能够正常运行对应的功能。(当前仅影响地图追踪、自动传送相关功能)
~~请注意当前 `/Asset` 目录下的部分文件过大比如地图特征数据300M+),需要手动从 Release 包中获取并拷贝至对应的编译目录下,软件才能够正常运行对应的功能。(当前仅影响地图追踪、自动传送相关功能)~~ 现在已经丢到 nuget 上可以直接编译构建了
## 如何通过 Github Action 直接构建完整包?