diff --git a/README.md b/README.md index ca646aff..48679cf7 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ - 战斗脚本提交到 [repo/combat](https://github.com/babalae/bettergi-scripts-list/tree/main/repo/combat) 目录; - JS 脚本提交到 [repo/js](https://github.com/babalae/bettergi-scripts-list/tree/main/repo/js) 目录; -- 地图追踪脚本提交到 [repo/pathing](https://github.com/babalae/bettergi-scripts-list/tree/main/repo/pathing) 目录,如果你的脚本是对原脚本的修复或者补充,直接提交到该目录;如果你的脚本与原路线存在冲突,则建立新的文件夹,如原来是 `repo/pathing/AA`,把原文件夹的脚本移动到 `repo/pathing/AA@oldauthorname`(oldauthorname是原作者名字) ,然后把你的脚本放在 `repo/pathing/AA@oyourname`(oyourname是你的名字)。 +- 地图追踪脚本提交到 [repo/pathing](https://github.com/babalae/bettergi-scripts-list/tree/main/repo/pathing) 目录,如果你的脚本是对原脚本的修复或者补充,直接提交到该目录;如果你的脚本与原路线存在冲突,则建立新的文件夹,如原来是 `repo/pathing/AA`,把原文件夹的脚本移动到 `repo/pathing/AA@oldauthorname`(oldauthorname是原作者名字) ,然后把你的脚本放在 `repo/pathing/AA@yourname`(yourname是你的名字)。 - 七圣召唤脚本提交到 [repo/tcg](https://github.com/babalae/bettergi-scripts-list/tree/main/repo/tcg) 目录。 ## 相关源码