We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://sm.ms/image/XNSxgfZUC7Ly8pM 如图所示,原代码会出现中间小头像加载不出来的情况,发现是主题更新后语法规则变化导致的,直接把图片写到avatar后面就正常了: 原代码: avatar: url: /images/DIYgod.jpg 修改后: avatar: /images/DIYgod.jpg
avatar: url: /images/DIYgod.jpg
avatar: /images/DIYgod.jpg
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://sm.ms/image/XNSxgfZUC7Ly8pM
如图所示,原代码会出现中间小头像加载不出来的情况,发现是主题更新后语法规则变化导致的,直接把图片写到avatar后面就正常了:
原代码:
avatar: url: /images/DIYgod.jpg
修改后:
avatar: /images/DIYgod.jpg
The text was updated successfully, but these errors were encountered: