Mimi

Results 453 comments of Mimi

You can try using the `photos` Front-matter parameter. ```yml --- photos: - /a.png - /b.png --- ```

If we consider the output from the new version (after v5.0.4) of marked to be correct, then the pull request #280 can fix this issue.

I agree that when users are using Hexo through the CLI rather than doing deep development, they typically won’t encounter this warning. And if they do, they can adjust the...

@wonfen 谢谢提醒,我之前简单的测试了安装和卸载,快捷方式的创建、删除没有遇到问题。 我找到了一个相关的 Pull Request: https://github.com/clash-verge-rev/clash-verge-rev/pull/273 ,似乎在创建 `scripts/windows/installer.nsi` 这个文件的时候就用的是 `${MAINBINARYNAME}.lnk`,后来也没有修改,图标、自启动这些可能是其它代码的问题?我再多测试一下看看

@wonfen 我在Windows 10 和11上测试了: - 安装2.1.2稳定版本,然后重新安装改动后的最新构建版本 - 安装改动后的最新构建版本,然后重新安装2.1.2稳定版本 都没有遇到问题,旧图标可以在卸载时正常删除。自启动也没有问题,快捷方式名称似乎也不会影响自启动。报毒的话比较玄学,Windows Defender没啥问题,其他杀毒软件我没有测试。

Do you mean generating `` like https://jsonld.com/image-metadata/ I think it's hard to implement with markdown image. A custom Hexo plugin is required.

I'll close this issue since there doesn't seem to be significant interest from the Hexo community in implementing it. Contributions of related plugins are still very welcome.

Possibly related to https://github.com/next-theme/hexo-theme-next/pull/323#issuecomment-2100761847

之前为了支持展开动画,增加了 `ul` 高度计算,但是算法不是很完美,它默认所有的项目都只有一行,但如果有项目换行了(占用了两行),高度计算就是错误的。由于总高度不对,就会导致标题部分被挤压。#849 有望解决这个问题,但是它依赖于一个较新的浏览器特性,Safari 还不支持,所以没有合并。我研究一下有没有更好的解决办法,或者临时修复一下。

I'm concerned that hardcoding 460 pixels may not be suitable for all situations. Perhaps we should consider if there's a better approach.