Files
秋云 6beeecc0fb feat: 通过键鼠自动到锚点,自动放置锚点 (#930)
* feat: 通过键鼠自动到锚点,自动放置锚点

* Update repo/js/FeatherFalling/settings.json

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-27 00:38:22 +08:00

30 lines
833 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[
{
"name": "keymousePartyName",
"type": "input-text",
"label": "用于卡进锚点位置的队伍\n1号位放凯亚4号位放七七或多莉\n无任何移速加成的队伍"
},
{
"name": "partyName",
"type": "input-text",
"label": "需要摔落保护的队伍名称"
},
{
"name": "autoPortableWaypoint",
"type": "checkbox",
"label": "是否自动放置传送锚点",
"default": false
},
{
"name": "autoPortableWaypointHours",
"type": "input-text",
"label": "剩余多少时间自动放置传送锚点(单位:小时)",
"default": 24
},
{
"name": "test",
"type": "checkbox",
"label": "测试一下免疫摔落的效果",
"default": false
}
]