docs: 修正 TypeScript 徽章并加入官网产品截图#3
Merged
Merged
Conversation
- TypeScript 徽章 5 → 6(与主仓库 ^6.0.3 一致) - 顶部加入多智能体工作台主截图(随明暗主题自适应) - 应用场景小节新增 4 张场景配图网格 - 图片引用官网 /images 资源,中英文同步
There was a problem hiding this comment.
Pull request overview
This PR updates the project’s documentation landing experience by refreshing the TypeScript badge and adding product/use-case imagery to both the English and Simplified Chinese READMEs, keeping the two files in sync.
Changes:
- Update the TypeScript shields badge from
5to6. - Add a theme-adaptive top “hero” screenshot using
<picture>(light/dark). - Add a 2×2 use-case image grid using an HTML
<table>with captions.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| README.md | Updates TypeScript badge and adds hero + use-case images to the English README. |
| README.zh-CN.md | Mirrors the same badge and image additions in the Simplified Chinese README. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+12
to
+17
| <p align="center"> | ||
| <picture> | ||
| <source media="(prefers-color-scheme: dark)" srcset="https://www.desirecore.com/images/screenshots/agent-swarm-dark.png"> | ||
| <img alt="DesireCore — a multi-agent workspace where specialized agents collaborate" src="https://www.desirecore.com/images/screenshots/agent-swarm-light.png" width="880"> | ||
| </picture> | ||
| </p> |
|  | ||
|  | ||
|  | ||
|  |
Comment on lines
+12
to
+17
| <p align="center"> | ||
| <picture> | ||
| <source media="(prefers-color-scheme: dark)" srcset="https://www.desirecore.com/images/screenshots/agent-swarm-dark.png"> | ||
| <img alt="DesireCore —— 多个专精智能体协作的工作台" src="https://www.desirecore.com/images/screenshots/agent-swarm-light.png" width="880"> | ||
| </picture> | ||
| </p> |
|  | ||
|  | ||
|  | ||
|  |
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.
变更内容
5→6(与主仓库desirecore的typescript@^6.0.3一致)<picture>随明暗主题自适应(light/dark 两版)https://www.desirecore.com/images/...资源,6 个 URL 均已校验可达(200)