neko-craft / NekoMaid

A plugin can use Web to manage your MineCraft server.
http://maid.neko-craft.com
GNU Affero General Public License v3.0
191 stars 22 forks source link

[Bug]网页端玩家头像加载问题 #19

Closed ZoruaFox closed 1 year ago

ZoruaFox commented 2 years ago

Describe the Question

网页端玩家头像加载貌似有误:在玩家头像的区域加载了玩家皮肤的图片

To Reproduce

  1. 打开:./plugins/nekomaid/config.yml
  2. 修改skin-url head-url为以下值
    skin-url: 'https://mineskin.eu/skin/{}'
    head-url: 'https://mineskin.eu/avatar/{}/100'
  3. 保存配置,并使用/nekomaid reload重载
  4. Shift+F5强制清除浏览器缓存刷新
  5. See ERROR

Screenshots

image

Information

Additional context

F12显示,管理网页将玩家头像与玩家头像的显示元素都单一的调用了skin-url的值,而非分别调用head-url skin-url的值。