2 Commits

Author SHA1 Message Date
xiaobai
3bfa81f94f 添加文档注释 2026-02-14 20:25:44 +08:00
xiaobai
0529706b62 nothing 2026-02-14 20:20:29 +08:00
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@@ -40,4 +40,5 @@ bin/
.vscode/
### Mac OS ###
.DS_Store
.DS_Store
/AIedit.txt

View File

@@ -277,7 +277,7 @@ public class ConfigManager {
*
* @return 皮肤来源配置值
* @see #useSkinsRestorer()
* @see SkinManager #loadPlayerSkinAsync()
* @see SkinManager#loadPlayerSkinAsync()
*/
public String getSkinSource() {
return getConfig().getString("skin.source", "skinsrestorer");