Skip to content

Commit

Permalink
File src/content/docs/en/kitchen-sink/test-page.mdx was updated on zh…
Browse files Browse the repository at this point in the history
…-CN locale
  • Loading branch information
adjust-pc-team committed Feb 1, 2024
1 parent 191b8f5 commit 071e075
Showing 1 changed file with 306 additions and 0 deletions.
306 changes: 306 additions & 0 deletions src/content/docs/zh/kitchen-sink/test-page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,306 @@
---
title: "Test page"
description: "A test page containing all Markdown components\""
slug: "en/test-page"
sidebar-position: 1
---
标头2
---

### 标头3

#### 标头4

##### 标头5

###### 标头6

排版
---

* 未排序
* 项目列表
* 列表

1. 顺序
2. 项目列表
3. 列表

[行内链接](https://adjust.com)

[参考链接](https://help.adjust.com)

**粗体文字**

*斜体文字*

概念
:概念定义

自定义排版
-----

选择拷贝按钮\(<icon name="Copy" />\)

<badge>这是一个徽章</Badge>

<badge color="important">重要的徽章</Badge>
<badge color="warning" icon="Warning"> 带有标识的警告 </Badge>

选择 <menuselection>文件 \-\-> 我的档案 \-\-> 账单</MenuSelection>

<abbr>RTBF \(被遗忘权\)</Abbr>

表达性代码
-----

```swift
let authorizationStatus = Adjust.appTrackingAuthorizationStatus()
```

```console
$ curl -X POST https://app.adjust.com/api/v1/create
```

```json
[
{
"id": "string",
"name": "string",
"short_name": "",
"section": "",
"formatting": "money",
"increase_is_negative": false,
"description": "",
"app_token": ["string"],
"tokens": ["string"]
}
]
```

```json
[
{
"id": "string",
"name": "string",
"short_name": "",
"section": "",
"formatting": "money",
"increase_is_negative": false,
"description": "",
"app_token": ["string"],
"tokens": ["string"]
}
]
```

```json
[
{
"id": "string",
"name": "string",
"short_name": "",
"section": "",
"formatting": "money",
"increase_is_negative": false,
"description": "",
"app_token": ["string"],
"tokens": ["string"]
}
]
```

折叠栏
---

<accordion title="Example accordion">

不带徽章的折叠栏。其中 **包含** [Markdown](https://www.markdownguide.org/)
</Accordion> <accordion title="Example accordion" badge="iOS">

带有徽章的折叠栏。其中 **包含** [Markdown](https://www.markdownguide.org/)
</Accordion>

突出显示
----

<callout>

这是默认突出显示。其中 **提供** [Markdown](https://markdownguide.org/)
</Callout> <callout title="Default callout with custom label">

这是默认突出显示。其中 **提供** [Markdown](https://markdownguide.org/)
</Callout> <callout type="warning">

这是不带标签的突出显示。其中 **提供** [Markdown](https://markdownguide.org/)
</Callout> <callout type="note" title="A note callout">

这是 *注意* 突出显示。其中 **提供** [Markdown](https://www.markdownguide.org/)
</Callout> <callout type="tip" title="A tip callout">

这是 *提示* 突出显示。其中 **提供** [Markdown](https://www.markdownguide.org/)
</Callout> <callout type="warning" title="A warning callout">

这是 *警告* 突出显示。其中 **提供** [Markdown](https://www.markdownguide.org/)
</Callout> <callout type="important" title="An important callout">

这是 *重要* 突出显示。其中 **提供** [Markdown](https://www.markdownguide.org/)
</Callout> <callout type="seealso" title="A seealso callout">

这是 *相关内容* 突出显示。其中 **提供** [Markdown](https://www.markdownguide.org/)
</Callout>

标签页
---

<tabs> <tab title="Tab 1">

标签页1的标签信息
</Tab> <tab title="Tab 2">

标签页2的标签信息
</Tab> </Tabs> <tabs> <tab title="iOS" icon="PlatformIos">

关于 iOS 的信息
</Tab> <tab title="安卓" icon="PlatformAndroid">

关于安卓的信息
</Tab> </Tabs> <tabs> <tab title="iOS" icon="PlatformIos" sync="ios">

关于 iOS 的信息
</Tab> <tab title="安卓" icon="PlatformAndroid" sync="android">

关于安卓的信息
</Tab> </Tabs> <tabs> <tab title="应用商店" icon="PlatformIos" sync="ios">

关于 App Store 的信息
</Tab> <tab title="Play 商店" icon="PlatformGooglePlay" sync="android">

关于 Play Store 的信息
</Tab> </Tabs>

---

<tile title="Documentation goals" icon="Kpi">

包含文档目标的块。

其中 **包含** [Markdown](https://www.markdownguide.org/)
</Tile>

表格
---

<table>

| 标头1 | 标头2 | 标头3 |
|------------------------|---------------------------------|----------------------------------------------|
| 竖列1 | 竖列2 | 竖列3 |
| **行内** *Markdown* ~语法~ | [可用](https://markdownguide.org) | <ul><li>so</li><li>is</li><li>HTML</li></ul> |

</Table> <table>

| 左对齐 | 居中对齐 | 右对齐 |
|:----|:----:|----:|
||||

</Table> <table list>

*
* 标头1
* 标头2
* 标头3

*
* 竖列1
* 竖列2
* 竖列3

*
* **Markdown** *语法*
* [可用](https://markdownguide.org)
*
* 包括
* 列表
* 项目

</Table> <table height="400">

| 参数 | 格式 | 位置 | 描述 |
|-----------------------|-----|----|---------------------------------------------------------------|
| `app_tokens` | 字符串 | 查询 | 用逗号隔开的应用识别码列表。 |
| `start_date` | 日期 | 查询 | 所选周期的起始日期。`YYYY-MM-DD` 格式。 |
| `end_date` | 日期 | 查询 | 选定周期的结束日期。`YYYY-MM-DD` 格式。 |
| `utc_offset` | 时间 | 查询 | 与UTC 0 时区的时差。`[+-]HH:MM` 格式。 |
| `kpis` | 字符串 | 查询 | 用逗号隔开的指标列表。用逗号隔开的指标列表。使用应用指标、作弊指标和广告支出指标。 |
| `sandbox` | 布尔 | 查询 | 结果来自 sandbox 数据还是真实数据。默认为真实数据 \(`false`\)|
| `countries` | 字符串 | 查询 | 用逗号隔开的国家/地区名称列表 \(采用 ISO 3166 alpha\-2 代码\)|
| `os_names` | 字符串 | 查询 | 用逗号隔开的操作系统名称列表。 |
| `device_types` | 字符串 | 查询 | 用逗号隔开的设备类型列表。 |
| `grouping` | 字符串 | 查询 | 为参数分组。更多信息,请查看[结果分组](/en/api/kpi-service/grouping)|
| `tracker_filter` | 字符串 | 查询 | 您想包含在结果中的任意跟踪链接的跟踪码。只有与这些跟踪链接相关的指标才会被返回。 |
| `human_readable_kpis` | 布尔 | 查询 | 使用人类可读的名称代替指标 \(例如,"Lifetime Value" ,而非 `lifetime_value`\)|

</Table> <table resizable>

| 标头1 | 标头2 | 标头3 |
|-----|-----|-----|
| 竖列1 | 竖列2 | 竖列3 |

</Table> <table noflex>

| 标头1 | 标头2 | 标头3 |
|-----|-----|-----|
| 竖列1 | 竖列2 | 竖列3 |

</Table> <table striped>

| 标头1 | 标头2 | 标头3 |
|------|------|------|
| 行1列1 | 行1列2 | 行1列3 |
| 行2列1 | 行2列2 | 行2列3 |

</Table> <table search>

| 竖列1 | 竖列2 | 竖列3 |
|-----------|---------------------------|--------|
| 苹果 | 苹果是很棒的水果 | 你应该找苹果 |
|| 梨是很棒的水果 | 你应该找苹果 |
| 葡萄 | 葡萄是很棒的水果 | 你应该找苹果 |
| 香蕉 | Bananas are nice fruit | 你应该找苹果 |
| Pineapple | Pineapples are nice fruit | 你应该找苹果 |

</Table> <table noborder>

| 标头1 | 标头2 | 标头3 |
|------|------|------|
| 行1列1 | 行1列2 | 行1列3 |
| 行2列1 | 行2列2 | 行2列3 |

</Table> <table noborder resizable search>

| 竖列1 | 竖列2 | 竖列3 |
|-----------|---------------------------|--------|
| 苹果 | 苹果是很棒的水果 | 你应该找苹果 |
|| 梨是很棒的水果 | 你应该找苹果 |
| 葡萄 | 葡萄是很棒的水果 | 你应该找苹果 |
| 香蕉 | Bananas are nice fruit | 你应该找苹果 |
| Pineapple | Pineapples are nice fruit | 你应该找苹果 |

</Table>

Feature versions
----------------

<minorversion added="v4.20.0">

This feature was introduced in version 4\.20\.0
</MinorVersion> <minorversion changed="v4.21.0">

This feature was changed in version 4\.21\.0
</MinorVersion> <minorversion removed="v4.22.0">

This feature was removed in version 4\.22\.0
</MinorVersion>

0 comments on commit 071e075

Please sign in to comment.