anlingyi / xechat-idea

让你能够在IDEA里实现聊天、下棋、斗地主!
https://xeblog.cn/?tag=xechat-idea
Apache License 2.0
728 stars 150 forks source link

获取mac #92

Open Specialleiliei opened 1 year ago

Specialleiliei commented 1 year ago

cn.xeblog.plugin.action.handler.command.LoginCommandHandler#getMac

建议把 if 换成while if (networkInterfaces.hasMoreElements()) {...} => while(networkInterfaces.hasMoreElements()) {...}

多个网卡第一个为本地的时候,用if获取不到 image

换成while 获取到第一个mac就返回了,刚刚好 image

anlingyi commented 1 year ago

非常感谢👍