Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Minimal Web Slides is a React + Vite web presentation template. It is designed a

## Preview

Preview the live demo: [https://prism-shadow.github.io/minimal-web-slides/](https://prism-shadow.github.io/minimal-web-slides/)

![Minimal Web Slides preview](https://github.com/user-attachments/assets/e500e1c7-b56f-438a-a16d-2a0f187f95fd)

![Minimal Web Slides preview](https://github.com/user-attachments/assets/6c41ae5f-aa0c-4247-a40d-c2f7cf321176)
Expand Down
10 changes: 10 additions & 0 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,18 @@

[English](README.md) | 简体中文

![Minimal Web Slides](https://github.com/user-attachments/assets/0faa2255-d5ed-49c7-af58-46fcd82cbf50)

Minimal Web Slides 是一套基于 React + Vite 的网页演示模板。这个框架是为了通过 Claude Code 和 Codex 创建与编辑演示文稿而设计的。它使用固定 `1920 × 1080` 设计画布,通过外层 Viewer 对整张 Slide 做等比例缩放,因此标题、正文、图片、表格、代码块、流程图、页码和底部识别线都会随浏览器窗口一起缩放。

## 预览

在线预览效果:[https://prism-shadow.github.io/minimal-web-slides/](https://prism-shadow.github.io/minimal-web-slides/)

![Minimal Web Slides 预览](https://github.com/user-attachments/assets/e500e1c7-b56f-438a-a16d-2a0f187f95fd)

![Minimal Web Slides 预览](https://github.com/user-attachments/assets/6c41ae5f-aa0c-4247-a40d-c2f7cf321176)
Comment on lines +13 to +15

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The PR description mentions adding "Chinese README preview images", but the image URLs used here (and for the banner at line 5) are identical to those in the English README.md. Since this project highlights its bilingual support, it would be more effective to use screenshots showing the Chinese interface in this localized README to better demonstrate the feature to Chinese-speaking users.


## 功能特性

- 组件化的 slides:封面、图片、列表、卡片、表格、代码、公式和流程图
Expand Down
Loading