Skip to content

docs: 修正 TypeScript 徽章并加入官网产品截图#3

Merged
yi-ge merged 1 commit into
mainfrom
docs/readme-images
Jun 28, 2026
Merged

docs: 修正 TypeScript 徽章并加入官网产品截图#3
yi-ge merged 1 commit into
mainfrom
docs/readme-images

Conversation

@yi-ge

@yi-ge yi-ge commented Jun 28, 2026

Copy link
Copy Markdown
Member

变更内容

  • TypeScript 徽章56(与主仓库 desirecoretypescript@^6.0.3 一致)
  • 顶部主截图:加入多智能体工作台产品截图,使用 <picture> 随明暗主题自适应(light/dark 两版)
  • 应用场景配图:新增 4 张场景图网格(智能文书、邮件、软件开发、桌面自动化)
  • 图片均引用官网 https://www.desirecore.com/images/... 资源,6 个 URL 均已校验可达(200)
  • 中英文(README.md / README.zh-CN.md)完全同步

注:图片为官网热链,GitHub 会经 camo 代理缓存。如需更强稳定性,后续可改为仓库内托管。

- TypeScript 徽章 5 → 6(与主仓库 ^6.0.3 一致)
- 顶部加入多智能体工作台主截图(随明暗主题自适应)
- 应用场景小节新增 4 张场景配图网格
- 图片引用官网 /images 资源,中英文同步
Copilot AI review requested due to automatic review settings June 28, 2026 10:17
@yi-ge
yi-ge merged commit 5b5ba1b into main Jun 28, 2026
1 check passed
@yi-ge
yi-ge deleted the docs/readme-images branch June 28, 2026 10:18

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 5 to 6.
  • 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 thread README.md
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 thread README.md
![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20macOS%20%7C%20Linux%20%7C%20Web-blue)
![Electron](https://img.shields.io/badge/Electron-latest-47848F?logo=electron&logoColor=white)
![TypeScript](https://img.shields.io/badge/TypeScript-5-3178C6?logo=typescript&logoColor=white)
![TypeScript](https://img.shields.io/badge/TypeScript-6-3178C6?logo=typescript&logoColor=white)
Comment thread README.zh-CN.md
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>
Comment thread README.zh-CN.md
![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20macOS%20%7C%20Linux%20%7C%20Web-blue)
![Electron](https://img.shields.io/badge/Electron-latest-47848F?logo=electron&logoColor=white)
![TypeScript](https://img.shields.io/badge/TypeScript-5-3178C6?logo=typescript&logoColor=white)
![TypeScript](https://img.shields.io/badge/TypeScript-6-3178C6?logo=typescript&logoColor=white)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants