feat(quotes): add Tensormesh and LMCache supporter quotes / 新增 Tensormesh 与 LMCache 支持者评价#536
Merged
Merged
Conversation
Add two supporter quotes to the /quotes page: Kuntai Du (Chief Scientist at Tensormesh & Co-Creator of LMCache) and Yihua Cheng (Co-Creator of LMCache & CTO at Tensormesh), with Simplified Chinese translations and org logos (Tensormesh wordmark SVG, LMCache WebP). Supporters page only — not added to the homepage carousel whitelist. 中文:在 /quotes 支持者页面新增两条评价:Kuntai Du(Tensormesh 首席科学家、 LMCache 共同创作者)和 Yihua Cheng(LMCache 共同创作者、Tensormesh CTO), 包含简体中文翻译及组织 logo(Tensormesh SVG 字标、LMCache WebP)。 仅展示在支持者页面,未加入首页轮播白名单。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds two supporter quotes to the
/quotessupporters page:Details:
textZh), verified rendering on/zh/quotestensormesh.svg(wordmark extracted from tensormesh.ai navbar,currentcolor→#000so the quotes page'sgrayscale dark:inverttreatment works) andlmcache.webp(transparent logo from the LMCache/LMCache repo, converted to 160px WebP)CAROUSEL_ORGS)Overlay support: N/A — static quotes-page content, no inference/evaluation chart data involved.
Verified locally:
pnpm lint,pnpm fmt,pnpm typecheckpass; both quotes render with logos in dark mode on/quotesand translations render on/zh/quotes.中文说明
在
/quotes支持者页面新增两条评价:细节:
textZh),已在/zh/quotes验证渲染效果tensormesh.svg(从 tensormesh.ai 导航栏提取的字标,currentcolor改为#000以适配页面的grayscale dark:invert样式)和lmcache.webp(来自 LMCache/LMCache 仓库的透明 logo,转换为 160px WebP)CAROUSEL_ORGS)覆盖层(overlay)支持:不适用 — 本 PR 为静态支持者页面内容,不涉及推理/评估图表数据。
本地验证:
pnpm lint、pnpm fmt、pnpm typecheck全部通过;/quotes深色模式下两条评价及 logo 渲染正常,/zh/quotes中文翻译渲染正常。🤖 Generated with Claude Code
Note
Low Risk
Static marketing copy and assets only; no auth, APIs, or inference data paths touched.
Overview
Adds two supporter quotes to the
/quotespage inquotes-data.ts: Kuntai Du (Tensormesh) on context caching for agentic workloads, and Yihua Cheng (LMCache) on KV cache as a serving-system concern. Each entry includes English copy,textZhtranslations, org metadata, LinkedIn links, and logo filenames (tensormesh.svg,lmcache.webp).Introduces
packages/app/public/logos/tensormesh.svg(black wordmark for the page’s grayscale / dark-mode invert styling). Homepage carousel membership (CAROUSEL_ORGS) is unchanged—these orgs stay quotes-page only.Reviewed by Cursor Bugbot for commit 3e1c5c5. Bugbot is set up for automated code reviews on this repo. Configure here.