From 5ff34e9cbfde7e45fa914082301916eac6a1a005 Mon Sep 17 00:00:00 2001 From: yuzai <3020834774@qq.com> Date: Tue, 22 Oct 2024 12:53:03 +0800 Subject: [PATCH] =?UTF-8?q?feat(repo):=20=E6=B7=BB=E5=8A=A0=E5=A4=9A?= =?UTF-8?q?=E4=B8=AA=E6=B8=B8=E6=88=8F=E8=BE=85=E5=8A=A9=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增切换角色脚本(1号至4号角色) - 新增前后左右行走脚本(5秒) - 新增进入尘歌壶脚本 - 新增领取洞天宝钱和好感脚本 - 新增稻妻合成台脚本 - 新增尘歌壶内不同地点找阿圆脚本 --- .idea/.gitignore | 8 ++++++++ .idea/bettergi-scripts-list.iml | 8 ++++++++ .idea/inspectionProfiles/Project_Default.xml | 14 ++++++++++++++ .idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ .idea/misc.xml | 4 ++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ .../{尘歌壶妙香林找阿圆 => }/main.js | 0 .../{尘歌壶妙香林找阿圆 => }/manifest.json | 0 9 files changed, 54 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/bettergi-scripts-list.iml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml rename repo/js/尘歌壶妙香林找阿圆/{尘歌壶妙香林找阿圆 => }/main.js (100%) rename repo/js/尘歌壶妙香林找阿圆/{尘歌壶妙香林找阿圆 => }/manifest.json (100%) diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 00000000..35410cac --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/bettergi-scripts-list.iml b/.idea/bettergi-scripts-list.iml new file mode 100644 index 00000000..390dbb1d --- /dev/null +++ b/.idea/bettergi-scripts-list.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 00000000..84b571f0 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,14 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 00000000..105ce2da --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 00000000..c1781190 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 00000000..a3c2e187 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..35eb1ddf --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/repo/js/尘歌壶妙香林找阿圆/尘歌壶妙香林找阿圆/main.js b/repo/js/尘歌壶妙香林找阿圆/main.js similarity index 100% rename from repo/js/尘歌壶妙香林找阿圆/尘歌壶妙香林找阿圆/main.js rename to repo/js/尘歌壶妙香林找阿圆/main.js diff --git a/repo/js/尘歌壶妙香林找阿圆/尘歌壶妙香林找阿圆/manifest.json b/repo/js/尘歌壶妙香林找阿圆/manifest.json similarity index 100% rename from repo/js/尘歌壶妙香林找阿圆/尘歌壶妙香林找阿圆/manifest.json rename to repo/js/尘歌壶妙香林找阿圆/manifest.json