2 Commits

Author SHA1 Message Date
a729a5d99c change: 废弃yaml配置文件, 待重构. 2024-11-26 11:17:18 +08:00
SerLiunx-ctrl
d0e1792e4b Merge pull request #1 from SerLiunx-ctrl/ip_provider
feat: 解耦ip更新源.
2024-11-25 16:04:07 +08:00

View File

@@ -9,11 +9,13 @@ import java.util.Map;
/** /**
* yml/yaml格式的配置文件目前用于语言文件 * yml/yaml格式的配置文件目前用于语言文件
* TODO 待重构
* *
* @author <a href="mailto:serliunx@yeah.net">SerLiunx</a> * @author <a href="mailto:serliunx@yeah.net">SerLiunx</a>
* @version 1.0.0 * @version 1.0.0
* @since 2024/6/17 * @since 2024/6/17
*/ */
@Deprecated
public class YamlConfiguration extends FileConfiguration { public class YamlConfiguration extends FileConfiguration {
public YamlConfiguration(String path, boolean refresh) { public YamlConfiguration(String path, boolean refresh) {