guqing

Results 75 issues of guqing

CloudFlare 的缩略图参数是通过 `https:///cdn-cgi/image//` 规则来实现的 而不是参数 参考 https://developers.cloudflare.com/images/transform-images/transform-via-url/#options /kind feature

kind/feature

### What this PR does? 修复无法上传附件到 Halo 2.20 及以上版本问题 ```release-note 修复无法上传附件到 Halo 2.20 及以上版本问题 ```

release-note

参考 https://developers.cloudflare.com/turnstile/get-started/ 提交评论前可以选择使用 Turnstile 进行人机验证,通过则可评论,这比输入验证码要方便的多并且安全性更高 /kind feature

kind/feature

### What happened? When trying to use **Tiptap v3.0.0‑beta.4** inside a Next.js **React Server Component (RSC)**, any extension that relies on `ReactNodeViewRenderer` fails to render. The root cause is that...

### Your current Halo version 2.0.0-alpha.3 ### Describe this feature 目前访问日志是通过按行追加到文件,当日志在内存中达缓冲到 10 条就会批量追加到日志文件,但这样效率不高,且维护、读取、分析都变得困难。目前也没有对日志文件进行压缩存储,随着日志量变大读写速度也会变得缓慢,甚至还需要考虑访问日志文件的大小达到限制时是否要清理等问题。 希望使用一种嵌入式KV数据库来存储日志,例如: 1. https://github.com/facebook/rocksdb 2. https://github.com/google/leveldb 3. https://github.com/jankotek/mapdb 从几个方面考虑 1. 开源且有持续地维护; 2. 读写性能要比LevelDB更高; 3. 嵌入式KV数据库,能够支持大数据量场景下的读写; 首选 RocksDB,毕竟许多日志存储服务都基于它,例如 [LogsDB](https://logdevice.io/docs/LogsDB.html)、...

area/core
priority/awaiting-more-evidence
kind/improvement