PulseAugur
实时 16:16:29
English(EN) b9438: webui: add custom CSS injection via config (#23904)

llama.cpp 为其 Web UI 添加自定义 CSS 主题

llama.cpp 项目发布了 b9438 版本,为其 Web UI 引入了一项新功能,允许注入自定义 CSS。此更新通过配置设置提供自定义 CSS,使用户能够进行主题化,并且可以在不重新构建二进制文件的情况下进行同步和应用。这些更改是为了提高用户自定义能力并遵循 Svelte 的惯用做法。 AI

影响 允许用户自定义本地 LLM 推理工具的界面。

排序理由 这是开源项目 UI 的一个次要功能更新,不是核心模型发布或重大的行业事件。

在 llama.cpp — Releases 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

llama.cpp 为其 Web UI 添加自定义 CSS 主题

报道来源 [1]

  1. llama.cpp — Releases TIER_1 English(EN) · ServeurpersoCom ·

    b9438: webui: add custom CSS injection via config (#23904)

    <ul> <li>webui: add custom CSS injection via config</li> </ul> <p>register a customCSS setting in the Developer section under Custom JSON,<br /> syncable so it rides the existing ui-config pass through. inject the value<br /> into a single style element in the head, reactive on t…