From a490e74b570740c1d1ac85a50aba74bf26303f0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E4=BA=91?= Date: Sat, 26 Apr 2025 23:17:31 +0800 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f2b2d8f..b7db865b 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,18 @@ [BetterGI](https://github.com/babalae/better-genshin-impact) 的 📜 脚本仓库 -在线版:[bgi.sh](https://bgi.sh) +在线版脚本仓库:[bgi.sh](https://bgi.sh) 作者Q群:764972801 (非作者请勿加入) [如何提交到本仓库?(谁都能看懂的 GitHub Pull Request 使用指南)](https://bgi.huiyadan.com/dev/pr.html) +提交说明: + +- 战斗脚本提交到 [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/tcg) 目录。 ## 相关源码 脚本仓库页面的源码:[bettergi-scripts-web](https://github.com/huiyadanli/bettergi-scripts-web)