feat(quotes): add Zhipu GLM supporter quote / 新增 Zhipu GLM 支持者引言#592
Merged
Conversation
Add org-level Zhipu GLM quote with Simplified Chinese translation, positioned right after MiniMax, Moonshot AI, and Alibaba Qwen in the homepage carousel. Add official Z.ai logo (160px WebP). 中文:新增 Zhipu GLM 支持者引言(含简体中文翻译),在首页轮播中紧随 MiniMax、Moonshot AI 和 Alibaba Qwen 之后;新增官方 Z.ai logo(160px WebP)。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
adibarra
approved these changes
Jul 19, 2026
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
quotes-data.ts, with a Simplified ChinesetextZhtranslation for the/zhpages (GLM-5.2 and InferenceX™ kept in English per the translation quality bar)QUOTESand add'Zhipu GLM'toCAROUSEL_ORGS, so the homepage carousel order is MiniMax → Moonshot AI → Alibaba Qwen → Zhipu GLMpackages/app/public/logos/zhipu.webp(160px WebP, sourced from their Hugging Face org avatar); the carousel renders logos withgrayscale dark:invert, so it reads correctly in both light and dark themesStatic quotes content only — no inference/evaluation chart data paths touched, so unofficial-run overlay support does not apply.
Testing
pnpm lint,pnpm fmt, andpnpm typecheckall pass中文说明
quotes-data.ts中新增来自 Zhipu GLM 的机构级支持者引言,并附/zh页面所需的简体中文翻译(textZh);按照翻译质量标准,GLM-5.2 与 InferenceX™ 保留英文QUOTES数组中将其置于 Alibaba Qwen 之后,并将'Zhipu GLM'加入CAROUSEL_ORGS,首页轮播顺序为 MiniMax → Moonshot AI → Alibaba Qwen → Zhipu GLMpackages/app/public/logos/zhipu.webp,160px WebP,来源于其 Hugging Face 组织头像);轮播以grayscale dark:invert渲染 logo,深浅主题下均显示正常pnpm lint、pnpm fmt、pnpm typecheck均通过🤖 Generated with Claude Code
Note
Low Risk
Static quotes and carousel membership only; no inference, auth, or data paths changed.
Overview
Adds a Zhipu GLM org supporter quote to
quotes-data.ts, placed immediately after Alibaba Qwen inQUOTES, with English copy and a Simplified ChinesetextZhfor/zhpages (GLM-5.2 and InferenceX™ left in English per existing translation rules). The entry uses org name Zhipu GLM, logozhipu.webp, and links to https://z.ai/.'Zhipu GLM'is added toCAROUSEL_ORGS, so the landing quote carousel includes Zhipu after Qwen in the same order as the array (MiniMax → Moonshot AI → Alibaba Qwen → Zhipu GLM → …).Reviewed by Cursor Bugbot for commit 0ec1659. Bugbot is set up for automated code reviews on this repo. Configure here.