> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hyperframes-zh.cn/llms.txt
> Use this file to discover all available pages before exploring further.

# Apple 终端手册页

> Apple 终端手册页配置文件具有淡黄色背景和黑色文本，每个字符都有打字动画。

# Apple 终端手册页

内置手册页配置文件中的 macOS Terminal.app 窗口 — 淡黄色 `#FEF49C` 背景，黑色文本。带有每个字符的打字动画，唤起经典的 Unix 手册页。

`code` `developer` `showcase` `terminal` `apple`

<video className="w-full aspect-video rounded-xl object-cover bg-zinc-100 dark:bg-zinc-800" src="https://static.heygen.ai/hyperframes-oss/docs/images/catalog/blocks/code-snippet-apple-terminal-man-page.mp4" poster="https://static.heygen.ai/hyperframes-oss/docs/images/catalog/blocks/code-snippet-apple-terminal-man-page.png" autoPlay muted loop playsInline />

## 安装

<CodeGroup>
  ```bash Terminal theme={null}
  npx hyperframes add code-snippet-apple-terminal-man-page
  ```
</CodeGroup>

一次安装所有 Apple 终端主题：

```bash Terminal theme={null}
npx hyperframes add apple-terminal
```

## 细节

| 财产 | 价值        |
| -- | --------- |
| 类型 | 堵塞        |
| 方面 | 1920×1080 |
| 期间 | 12秒       |

## 文件

| 文件                                          | 目标                                                       | 类型     |
| ------------------------------------------- | -------------------------------------------------------- | ------ |
| `code-snippet-apple-terminal-man-page.html` | `compositions/code-snippet-apple-terminal-man-page.html` | 超框架:组合 |

## 用法

安装后，将该块添加到您的主机组合中：

```html theme={null}
<div
  data-composition-id="code-snippet-apple-terminal-man-page"
  data-composition-src="compositions/code-snippet-apple-terminal-man-page.html"
  data-start="0"
  data-duration="12"
  data-track-index="1"
  data-width="1920"
  data-height="1080"
></div>
```

## 特征

* 忠实再现 macOS Terminal.app 手册页配置文件 — 淡黄色背景，黑色文本
* 显示带有部分和缩进内容的真实手册页输出结构
* 带有交通灯按钮和居中标题栏的 macOS 窗口镀铬
* 每个字符的 GSAP 键入动画 — 命令逐个字符地键入
* 命令执行后输出行按顺序显示
* 独立的 HTML — 没有外部资产，只有 GSAP CDN
