Calvin
Calvin
例如 echo -n 'aaa' 不换行输出 aaa 目前文档中只有 -e 选项。
我看最新代码提交时间都是 2018 年的
- [x] Have you followed the [guidelines for contributing](https://github.com/Homebrew/homebrew-core/blob/HEAD/CONTRIBUTING.md)? - [x] Have you ensured that your commits follow the [commit style guide](https://docs.brew.sh/Formula-Cookbook#commit)? - [x] Have you checked that there aren't...
Add Vector.RemoveIf #111
### Your current Halo version 2.15.2 ### Describe this feature 现在只能配置一个网站 Logo,这可能对于有不同主题适配的 Logo 在其他的主题下显示不好看。 ### Additional information 如上
### 你当前使用的 Dream 版本 1.3.1 ### 描述一下此定制化内容 现在访客或注册用户不能自主手动切换主题配色,建议增加此选项(管理后台可配置允不允许访客自主手动切换主题配色,就跟默认的“Earth”主题一样)! ### 补充信息 _No response_
### 是什么 Halo 版本出现了此问题? 2.15.2 ### 使用的 Dream 版本是多少? 1.3.1 ### 在线博客地址 _No response_ ### BUG 内容 如题。这样我在修改网站域名时,不需要修改这里,而且假如 Halo 服务前面挂有 nginx 的话,应该是不允许直接访问到本地地址的 hago 服务的。 ### 相关 Console 日志输出 _No response_...
如题
如下图所示,代码块的四个边角都有(看着碍眼 😭):  经 F12,发现是 [`assets/dist/style.css`](https://github.com/halo-dev/theme-earth/blob/main/templates/assets/dist/style.css) 中 `.tailwind-typography :where(pre):not(:where([class~=not-prose],[class~=not-prose] *))` 的样式 `background-color:var(--tw-prose-pre-bg);` 造成的:  去掉之后就正常显示了: 