feat: 实现基于游戏内标记的大地图点位标注功能 #35
Open
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.
游戏内大地图标记方法,利用游戏内原始标记数据进行点位展示。。
核心逻辑:
whimbox/task/bigmap_mark_task/map_collection.py: 实现地图标记的获取、标记核心逻辑。
数据配置:
box.json, dewdrop.json, star.json, read.json: 定义了不同类型(宝箱、露珠、奇想星,阅读物)的分类属性和元数据。
position_all.csv: 汇总了当前网页大地图中所有点位的坐标数据。