Follow along with the video below to see how to install our site as a web app on your home screen.
请注意: this_feature_currently_requires_accessing_site_using_safari
修复bug
新增功能 锁定费用支付方式可配置 - 现在可以选择使用点券或金币来支付个体值锁定费用! 新增配置项 在 config.yml 的 ivsGui.fgMeta.Start 部分新增: Start: point: 100 # 使用点券时的锁定费用 eco: 100 # 使用金币时的锁定费用 lock-cost-type: "points" # 锁定费用类型: "points"(点券) 或 "vault"(金币) 同时新增已锁定状态的完整配置: lockedMeta: type: LIME_STAINED_GLASS_PANE custom-data: 0 name: "&a已锁定 %Ivs%" lore: - "&a该个体已被锁定" - "&c洗练时不会改变" - "&e点击解除锁定" 配置说明 lock-cost-type 配置项: 设置为 "points" - 使用点券支付锁定费用 设置为 "vault" - 使用金币支付锁定费用 费用设置: point: 100 - 使用点券时每个个体值的锁定费用 eco: 100 - 使用金币时每个个体值的锁定费用 动态显示: 界面会根据配置自动显示正确的货币类型和费用 支持配置文件中的占位符 %lock_cost% 和 %lock_currency% 使用示例 使用点券锁定: lock-cost-type: "points" point: 150 使用金币锁定: lock-cost-type: "vault" eco: 200 玩家体验改进 锁定按钮会动态显示正确的费用信息 洗练时会根据配置扣除对应的货币 费用提示信息会显示正确的货币类型 锁定费用与洗练费用分开计算和显示