mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-28 05:29:52 +08:00
JS脚本:提瓦特自动钓鱼【修复】、AutoYuanQin【更新】 (#2465)
* Delete repo/js/AutoFishingTeyvat directory * 多项更新 * 修复 * 更新两首单曲 * 更新READEME * 更新manifest
This commit is contained in:
@@ -879,7 +879,7 @@
|
||||
// 鹤观设置读取
|
||||
const block_tsurumi = typeof(settings.block_tsurumi) === 'undefined' ? false : settings.block_tsurumi;
|
||||
// 小道具替换方式读取
|
||||
const tsurumi_method = typeof(settings.block_tsurumi) === 'undefined' ? "1" : settings.tsurumi_method.split(".")[0];
|
||||
const tsurumi_method = typeof(settings.tsurumi_method) === 'undefined' ? "1" : settings.tsurumi_method.split(".")[0];
|
||||
// 读取自动拾取设置
|
||||
const auto_pick = typeof(settings.auto_pick) === 'undefined' ? false : settings.auto_pick;
|
||||
// 读取4点自动领取月卡的设置
|
||||
@@ -987,4 +987,4 @@
|
||||
}
|
||||
|
||||
await main();
|
||||
})();
|
||||
})();
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "提瓦特自动钓鱼(全流程+自选)",
|
||||
"version": "2.3.6",
|
||||
"version": "2.3.7",
|
||||
"bgi_version": "0.47.0",
|
||||
"description": "支持自动追踪并垂钓bgi支持的全提瓦特垂钓点",
|
||||
"authors": [
|
||||
|
||||
@@ -244,6 +244,9 @@ notes 字段中包含的是乐谱内容音符**必须**使用**大写字母**,
|
||||
## 更新日志
|
||||
由于更新日志于3.0开始记录, 往期更新内容应该都在git的记录中, 不过我懒得翻了
|
||||
|
||||
- ver 3.2.2
|
||||
1. 更新了两首单曲《大石碎胸口 ver. “一阵强劲的音乐”》-风物之诗琴、 《ClockParadox_Drop2》-风物之诗琴
|
||||
|
||||
- ver 3.2.1
|
||||
1. 更新了两首单曲《蒲公英的约定》- 风物之诗琴、《枫》-风物之诗琴
|
||||
|
||||
|
||||
2892
repo/js/AutoYuanQin/assets/score_file/0020.大石碎胸口 ver. “一阵强劲的音乐”.json
Normal file
2892
repo/js/AutoYuanQin/assets/score_file/0020.大石碎胸口 ver. “一阵强劲的音乐”.json
Normal file
File diff suppressed because it is too large
Load Diff
3892
repo/js/AutoYuanQin/assets/score_file/0021.ClockParadox_Drop2.json
Normal file
3892
repo/js/AutoYuanQin/assets/score_file/0021.ClockParadox_Drop2.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "原琴·乐曲转换、自动演奏",
|
||||
"version": "3.2.1",
|
||||
"version": "3.2.2",
|
||||
"bgi_version": "0.43.1",
|
||||
"description": "功能描述:功能及其强大的原琴脚本\n核心功能------------------------------>\n1.轻松实现根据五线谱翻版琴谱,支持单音、和弦\n2.曲谱支持录入BPM、拍号\n3.特殊音符支持休止符、浮点音符、(三/六)连音、(三/六)连音标记线、装饰音·倚音\n4.含有制谱器,方便制作曲谱\n注意事项------------------------------>\n1.使用前请装备原琴\n2.音域只有3个八度,受原琴音域限制,本脚本的上限取决于翻谱的大佬(卑微\n3.实际上装饰音·倚音的时长视为基础时值单位(比如拍号2/4的基础时值单位就是4分音符)的1/16\n4.制铺说明:曲谱JSON文件的notes必须保证为一行且不能包括空白符(换行符除外);小节之间用|隔开,|不是必要的,作用是方便曲谱维护\n---------------------------------------->\n作者:提瓦特钓鱼玳师\n脚本反馈邮箱:hijiwos@hotmail.com",
|
||||
"authors": [
|
||||
|
||||
@@ -38,7 +38,9 @@
|
||||
"0016.我期待的不是雪,而是有你的冬天",
|
||||
"0017.Nod-Krai",
|
||||
"0018.蒲公英的约定",
|
||||
"0019.枫"
|
||||
"0019.枫",
|
||||
"0020.大石碎胸口 ver. “一阵强劲的音乐”",
|
||||
"0021.ClockParadox_Drop2"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user